Question: Activity 3: Challenge : Write a program to mimic a Magic 8 Ball. Allow a user to input a yes or no question, and your

Activity 3: Challenge : Write a program to mimic a Magic 8 Ball. Allow a user to input a yes or no question, and your program should randomly output one of at least 6 possible answers. The function should repeat and prompt the user to continue asking more questions. Include a screenshot with responses to at least two questions. Hint: set the possible answers as string values in an array and randomly select a value. (example: ans = ["possible answer 1 ", "possible answer 2", "etc..."]). Hint: import random
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
