- This event has passed.
5:30 PM – Intro to Python – Parna
September 8, 2022 @ 5:30 pm - 6:30 pm
Today We Do
- We went over how to get a random number and how to get a random element from a list
- We went over one version of the Magic 8 Ball program using random.randint
Homework
- Problem https://www.ayclogic.com/intro-to-python/magic-8-ball/
- Do above problem using random.choice instead of random.randint
- Name it <Date>_Magic8Ball_V2.py