Today we did:
- Went over the magic 8 ball problem using random.choice()
- Discussed debugging, different types of errors, how to go about fixing these errors
- Briefly went over this problem at end of class, applying what we learned: ayclogic.com/fixing-python-bugs
Homework
In a file called FixingPythonBugsHW.py, finish what we started in class: ayclogic.com/fixing-python-bugs. Additionally, fix the code here: ayclogic.com/fix-python-bugs-2