Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please complete in Python original code can use: https://www.chegg.com/homework-help/questions-and-answers/long-fulfills-requirements-make-simple-possible-q69198426 for the story You are to write a choose your own adventure style Python program. You

Please complete in Python original code

image text in transcribedcan use: https://www.chegg.com/homework-help/questions-and-answers/long-fulfills-requirements-make-simple-possible-q69198426 for the story

You are to write a "choose your own adventure" style Python program. You will allow the user to determine the outcome of the story by asking questions on how they wish to react to certain scenarios. Example snippet: = The Tale of the Vampire Cat What is your name? Toby Hello, Toby. You wake up hearing a scratching noise at your cellar door. You ignore it at first, but the scratching gets louder and louder. Eventually you can no longer stand the noise, get up from bed, and go downstairs to see what the ruckus is. Through the window pane you see a small black cat staring at you with yellow eyes. What do you choose to do? a) Open the door b) Go back to bed Choice: a You entered 'a' The moment you open the door, the cat speaks aloud... "Toby... let me inside"... Stunned, you blink at the cat... What do you choose to do? a) Close the door b) Let the cat inside c) Tell the cat to get lost Choice: Requirements: . You are to implement at least 10 alternate endings to the story. You should have at least one variable from the user that appears in the story I used my name above At least one prompt must have more than three options for example the second prompt above You do not need to worry about edge cases from user input 0 For example, if the user entered 'z' to the first question above, I can assume they entered 'b'. Your program must be nicely spaced such that it is pleasing to the eye (not a wall of text)

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_2

Step: 3

blur-text-image_3

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

Database Design For Mere Mortals

Authors: Michael J Hernandez

4th Edition

978-0136788041

More Books

Students also viewed these Databases questions

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago