Question
Based on chapter 7 programming exercise #13, write a python program that simulates a Magic 8 Ball, which is a fortune telling toy that displays
Based on chapter 7 programming exercise #13, write a python program that simulates a Magic 8 Ball, which is a fortune telling toy that displays a random response to a yes or no question. Attached is a file, "8_ball_responses.txt" with 12 responses. Your program should read the responses from the file into a list. The program should then prompt the user to input a "yes or no" question. The program should then generate a random number and select that item from the list and display the answer. The program should continue to prompt for questions until told to quit.
*data from file*
Yes, of course! Without a doubt, yes. You can count on it. For sure! Ask me later. Im not sure. I cant tell you right now. Ill tell you after my nap. No way! I dont think so. Without a doubt, no. The answer is clearly YES. You have to be kidding! Absolutely. Maybe...
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started