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

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

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!