- Unit 1
- Datatypes (scroll vs show())
- Unit 2
- Variables (delay= 1000)
- Roman Translator Standalone Assign
- Unit 3
- while loop
- Unit 4
- break statement
-
num = 10 while num < 100: num = num + 10 if a button pressed : num = num -1 if b button pressed : num = num + 2
- Unit 5
- Intro to lists
- Unit 6
- Lists
- len function
- random index from list (Answer Bot)
- Cycling through a list
- type function
- Unit 7
- Probability Lab
- Unit 8
- def() using functions
- Unit 9