- This event has passed.
5 PM – Intro To Python – Bill
July 25, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Reviewed Functions with Return value
- Learned about the random module
- Learned how to get random numbers between 2 numbers
- Learned how to get a random item out of a list
- Learned how to get a random letter out of a word/string
- Did the Magic8Ball project
Your HW:
- Make it so the Magic8Ball_V2 project uses the choice function instead of picking a random number and using an if else chain