Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this needs to be in Python and make sure indents are correct. (this needs to run correctly) This is it! We are going to get

this needs to be in Python and make sure indents are correct. (this needs to run correctly)
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 balis 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 500999 print out "It's going to be busy." if it is between 100499, print out "Its a light day", and lastly if it is 099 print out "Nobody is here." Example 1: here would you like to go? Beach How many beach balls do you have? 6 You are welt prepared Example 2: Where nould you like to go? There Park. How mony people are there? 1500 This is to crowded Example 3: Where would you like to go? Theme Park How many people are there? 150 Its a light day

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

Real Time Database Systems Architecture And Techniques

Authors: Kam-Yiu Lam ,Tei-Wei Kuo

1st Edition

1475784023, 978-1475784022

More Books

Students also viewed these Databases questions