- This event has passed.
2 PM – Intro to Python
May 9, 2020 @ 2:00 pm - 3:00 pm
- We reviewed the homework “May2_FixBugs2.py” and how to read and fix errors using the Thonny editor.
- Next Saturday from 1 PM to 3 PM. Your homework is to prepare for this quiz, so please review these topics:
- Variables: Integer, String, Float Boolean, List
- How to create lists, access or reassign elements at a given index
- How to use if statements and boolean expressions
- How to use for loops and while loops
- How to create functions
- How to use the “random” library — how to select a random element from a list a select a random integer.
- How to “debug” programs by reading error messages in Thonny and fix mistakes in the program