- This event has passed.
6 PM – Intro to Python – Joshua
May 30 @ 6:00 pm - 7:00 pm
Today We Did
- Reviewed If, Else, and elif statements
- Reminder end all if,else, and elif statements with : (the colon)
- Reminder, else and elif statements need a if statement to work
- ==, <,>,<=,>= are used for comparisons
- == and = are not the same. Single = will assign variables data. Double = (==) are comparing if the two are the same
- the string “1” and integer 1 are not the same when using ==
- and/or statements
- Remember when setting conditionals, put something on both sides even with and or or
- Try: age> 18 or age< 5
- Not: age > 18 or < 5 (This will cause an error)
- Remember when setting conditionals, put something on both sides even with and or or
- Reviewed If, Else, and elif statements
- Homework
- Page 84, 5-3, 5-4
- Number 3 only from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
- Upload your answer to google drive before next week Wednesday night.
If you have any questions feel free to email me jwidjanarko@ayclogic.com