« All Events
6 PM – Intro To Python – Shawn
August 6 @ 6:00 pm - 7:00 pm
What We Did
- Continued Magic 8 Ball project
Homework
- In your Magic8Ball project (from class)
- If the user types in “quit” or “exit” (no matter what lower and upper case), end the program
- Ex: the program should quit if the user types in: quit, QUIT, quIT, qUiT, exit, EXIT, exIt, etc.
- Create a new file called Aug6_Magic8Ball_V2
- Make another version of the Magic8Ball_V1 but by using random.choice
- In other words, the Magic8Ball_V2 program should do the same thing as Magic8Ball_V1 program, but by using random.choice instead of random.randint
- Contact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help