- Unit 1
- Datatypes (scroll vs show())
 
- Unit 2
- Variables (delay= 1000)
- Roman Translator Standalone Assign
 
- Unit 3
- while loop
 
- Unit 4
- break statement
- 
		1234567num = 10while num < 100:num = num + 10if a button pressed :num = num -1if 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