- This event has passed.
3 PM – Intro To Python – Sebastian
September 17, 2022 @ 3:00 pm - 4:00 pm
Today We Did
- Learned the difference between = (gives variable a value) and == (checks if both sides are the same).
- Learned about != (checks if the right side is not the same as the left side)
- Learned about if and else (otherwise)
- Learned about or (you can choose either or, but always try to make it true if one of the options can be true)
- Learned about and (you can choose both, but can only be true when both are true)
Homework
- Create a new Python file SEP17_IfElseHomework.py in Thonny.
- Pages 79-81 from the textbook
- If you have questions, you can email me: sebastian@ayclogic.com.