Solve this in python

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Solve this in python

1 cabin - "First"
2 total weight = 105
3 num bags - 2
5 You may modify the lines of code above, but don't move them!
6 #When you Submit your code, we'll change these lines to
7 #assign different values to the variables.
8
9 #Imagine you're writing the code for an airport check-in kiosk.
10 #On check-in, it determines how much a passenger owes in
11 #fees for their bags. To do so, it applies the following logic:
12 #
13#-If the passenger is not in first class, then each bag costs
14 # $30.
4
5
15#-If the passenger is in first class, their first bag is free,
16 # but their second bag is $30.
17 #-If the average weight of the suitcases exceeds 50 pounds,
18 # there is a $40 per bag surcharge. This applies to all bags,
19 # regardless of cabin.
20 #
21 #For example, if a passenger in first class (cabin = "First")
22 #has two bags whose total weight is 105, then they would owe
23 # $110 in bag fees: $0 for the first bag, $30 for the second bag,
24 #and $40 for each bag for the average weight being over 50.
25 #
26 #Print the result according to the following format, replacing
27 #the number with the correct total:
28 #
29 #Your total baggage fee is: $110
30
31
32 #Add your code here!
3
Transcribed Image Text:1 cabin - "First" 2 total weight = 105 3 num bags - 2 5 You may modify the lines of code above, but don't move them! 6 #When you Submit your code, we'll change these lines to 7 #assign different values to the variables. 8 9 #Imagine you're writing the code for an airport check-in kiosk. 10 #On check-in, it determines how much a passenger owes in 11 #fees for their bags. To do so, it applies the following logic: 12 # 13#-If the passenger is not in first class, then each bag costs 14 # $30. 4 5 15#-If the passenger is in first class, their first bag is free, 16 # but their second bag is $30. 17 #-If the average weight of the suitcases exceeds 50 pounds, 18 # there is a $40 per bag surcharge. This applies to all bags, 19 # regardless of cabin. 20 # 21 #For example, if a passenger in first class (cabin = "First") 22 #has two bags whose total weight is 105, then they would owe 23 # $110 in bag fees: $0 for the first bag, $30 for the second bag, 24 #and $40 for each bag for the average weight being over 50. 25 # 26 #Print the result according to the following format, replacing 27 #the number with the correct total: 28 # 29 #Your total baggage fee is: $110 30 31 32 #Add your code here! 3
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Longest Common Subsequence
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education