Today we did:
- Reviewed the Star Wars homework
- Went over using the random module in context of the Magic 8 ball problem
- Did some more practice with the random module and randint/choice functions
Homework
In a file called MagicEightBallHW.py, do #2 from https://www.ayclogic.com/intro-to-python/magic-8-ball/. Remember, you are implementing using the choice function.