Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Has to be in Python, follow examples. This is it! We are going to get Knightro's fall plans back! I we are so close. We

Has to be in Python, follow examples.
image text in transcribed
This is it! We are going to get Knightro's fall plans back! I we are so close. We are now in his Western hideout. There are the plans! However, we cannot let Petey know we were in here. Otherwise it will be hard to get back in.t To simulate the plans, we are going to write a program that will act like a travel agent. Your program needs to do the following: 1. Ask the user where they would like to go: Beach, or Theme Park 2. If the user input they are going to the Beach, you will ask the user how many beach balls they have. If that number is greater or equal to than 5 then print out "You are well prepared." If is is less than then that print out "Are you sure you have enough?" 3. If the user inputs they are going to the Theme Park, ask the user how many people are going to be at the park. If there is 1000 or more print "This is to crowded", if in between 500-999 print out "It's going to be busy." if it is between 100-499, print out "Its a light day", and lastly if it is 0-99 print out "Nobody is here." Example 1: Where would you like to go? Beach How nany beoch balis do you have? 6 You are nell prepared Example 2: Where would you like to go? Theme Pork How mony people are there? 1500 This is to cronded Example 3: There nould you tike to go? Thene Pork How nany people are there? Its a tight doy

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: 3

blur-text-image

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

Advances In Databases And Information Systems Uropean Conference Adbis 2020 Lyon France August 25 27 2020 Proceedings Lncs 12245

Authors: Jerome Darmont ,Boris Novikov ,Robert Wrembel

1st Edition

3030548317, 978-3030548315

More Books

Students also viewed these Databases questions

Question

here) and other areas you consider relevant.

Answered: 1 week ago