Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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.

*data from file*

Yes, of course! Without a doubt, yes. You can count on it. For sure! Ask me later. Im not sure. I cant tell you right now. Ill tell you after my nap. No way! I dont think so. Without a doubt, no. The answer is clearly YES. You have to be kidding! Absolutely. Maybe...

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_step_2

Step: 3

blur-text-image_step3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 11 The Ultimate Database For Cloud Analytics And Mobile

Authors: John Campbell, Chris Crone, Gareth Jones, Surekha Parekh, Jay Yothers

1st Edition

ISBN: 1583474013, 978-1583474013

More Books

Students also viewed these Databases questions