Question: LANGUAGE: PYTHON Write a python program that mimics the use of the magic eight ball. There must be at least eight responses. You can choose

LANGUAGE: PYTHON
Write a python program that mimics the use of the magic eight ball. There must be at least eight responses. You can choose from the list of current magic ball responses (there are 20) from https://en.wikipedia.org/wiki/Magic 8-Ball or make up your own. Your program must continue to ask a user for a question for the magic eight ball until the user types done Your program should use the randomint function, imported from the random directory. (We have done this before) to randomly select a response. a. b. c. d. Your program should keep track of the number of times a response is used Alter your python program from 1 to ask the same question 100 times and report back the number of each response
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
