- This event has passed.
9AM – Intro to Python – Saagar
October 22, 2022 @ 9:00 am - 10:00 am
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://indo.ayclogic.com/intro-to-python/magic-8-ball/. Remember, you are implementing using the choice function.