Lab 11B: Extra Charge Use Python IDLE to write a Python program. The program will ask for the weight of your suitcase (in kg). If the weight is below 30kg it will print: 'No Extra Charge", If the weight is between 20kg and 35kg it will print: "$50 Extra Charge - including tax.". If the weight is more than 35kg the program will print: "$100 Extra Charge - including tax.". Use the if statement to solve this problem. Use good programming style. 1. Save your file as ExtraCharge py 2. Upload your program file to 04 and submit. File submissions Maximum file size: 900M6. maxim
Answers
Answered by
0
Answer:
the right Use the if statement to solve this problem. Use good programming style. 1. Save your file as ExtraCharge py 2. Upload your program file to 04 and submit. File submissions Maximum file size: 900M6. maxim
Similar questions