« All Events
5:30PM Python Level 1 make up class
July 7, 2019 @ 5:30 pm - 6:10 pm
- We went over the starwars homework from https://indo.ayclogic.com/coding-in-python-level-1/star-wars-problem/
- We went over the Fix Python Bugs 2 from : https://indo.ayclogic.com/fix-python-bugs-2/
- Homework:
- Continue password picker until page 56.
- Prepare for next week quiz Saturday 2PM:
- Variables, Data Types, List
- IF, ELSE, IF ELIF ELSE, Boolean expression
- Loops: for loop, while loops, forever loop.
- Functions: Function with return value, Function without return value, Function parameters.
- Random
- How to make a program that keeps on asking user until the user type quit.
- Magic8Ball program.