Question: Based on chapter 7 programming exercise # 1 3 , write a python program that simulates a Magic 8 Ball, which is a fortune telling

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

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!