- This event has passed.
7:00 PM – Intro To Python – Parna
April 21, 2022 @ 7:00 pm - 8:00 pm
Today We Do
- We went over the homework from last week
- 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