This Homework would have two python files for acheap online ticket seller. (You are free to imagine a new scenarioand change any part of the question.)
The main purpose of the homework is to use basic concepts. Youshould try to use basic python elements like variables, if-else,loops, lists, dictionary, tuple, functions in this homework.
***
Price list to calculate the price for variousdestinations---
- New York :
Price For Delta $ 200.00 (Economy), 300.00(Business), 400(Firstclass)
United 220.00 (Economy), 330.00(Business), 410(First class)
Lufthansa 250.00(Economy), 340.00(Business), 410(Firstclass)
American 260.00(Economy), 300.00(Business), 420(First class)
- Los Angeles
Price for Delta $ 250.00(Economy), 300.00(Business), 400(Firstclass)
United $270.00 (Economy), 300.00(Business), 400(First class)
Lufthansa $ 290.00, (Economy), 300.00(Business), 400(Firstclass)
American $ 280.00(Economy), 300.00(Business), 400(Firstclass)
- Cleveland
Price for Delta $ 350.00(Economy), 410.00(Business),500.00(First class),
United 360.00(Economy), 4200.00(Business), 510(First class),
Lufthansa 370.00(Economy), 440.00(Business), 530(Firstclass),
American 370.00(Economy), 430.00(Business), 510(First class)
- Las Vegas
Price For Delta $ 370.00(Economy), 410.00(Business), 520(Firstclass),
United 380.00(Economy), 430.00(Business), 550(First class),
Lufthansa 390.00(Economy), 460.00(Business), 600.00(Firstclass),
American 400.00(Economy), 470.00(Business), 590.00(Firstclass)
For 6.00 AM and 11.00 AM flight, nothing to extra charge but2.00 PM and & 7.00 flight has a $ 50.00 extra charge to book.However, the 11.00 PM flight has an extra charge of $ 70
***
- Utilities – This file will calculate all calculations.
- Application- This file will have the main application thatimports the other two files and use the def main () function.
Output: Do you Want to buy aticket?
Enter Option 1 for buy ticket 2 forno:
- Start Calculation
- Exit
How many people are you going totravel with? (Choose option Maximum 5):
- One passenger
- Two passengers
- Three passengers
- Four passengers
- Five passengers
Choose your destination from the belowoptions menu:
- NEW YORK
- LAS ANGELES
- CLEVELAND
- DALLAS
- LAS VEGAS
What airline company do you want totravel with for destination:
Choose an option from the menu:
- DELTA
- UNITED
- LUFTHANSA
- AMERICAN
What class do you want to travel to?:
Choose an option from the menu:
- FIRST CLASS
- BUSINESS CLASS
- ECONOMY
What time would you like to travel toa destination? :
Choose an option from the menu:
- 6.00 AM
- 11.00 AM
- 2.00 PM
- 7.00 PM
- 11.PM
The total price for your travel ticketis:
Enter Option 1 for buy ticket 2 forno:
- Start Calculation
- Exit