Question
print(Hello) print(Welcome to The Dubai Dolphinarium!) print(thank you fot choosing our park) print(I wish you an Amaizaing Day with us) # ask the coustmers about
print("Hello") print("Welcome to The Dubai Dolphinarium!") print("thank you fot choosing our park") print("I wish you an Amaizaing Day with us") # ask the coustmers about their booking type bookingType=input("Enter your booking type online or window booking: ") # ask the coustmers about their ticket type TicketType=input (" Enter your Ticket Type: ") age= int(input(" Enter your age please: ")) # ask the coustmers about their age if TicketType=="Regular": # if it was regular and the age was between 2 and 12 the price will be 50 else it would be 100 if age>2 and age<12: print("your ticket price is 50aed") else: print ("your 100aed") elif tickettype =="VIP": # if it was vip and the age between 2 12 will be 150 else would 200>2 and age<12: print("your ticket price is 150aed") else: print ("your 200aed") elif tickettype =="Annual": # if it was annual and the age between 2 12 will be 400 else would 600>2 and age<12: print("your Ticket price is 400AED") else: print("your Ticket price is 600AED") # end with lovely words print("Have Fun") print("Have a wonderful day") print("come again")
PYTHON THE WHILE LOOP IS MISSING CAN YOU PLEASE ADD IT
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started