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 programming exercise # write a python program that simulates a Magic Ball, which is a fortune telling toy that displays a random response to a yes or no question. Attached is a file, ballresponses.txt with 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
