Computers and Technology

Automobile service cost (Python 3) Prompt the user for an automobile service. Output the user's input. Output the price of the requested service. Ex: Enter desired auto service: Oil change You entered: Oil change Cost of oil change: $35 The program should support the following services: Oil change -- $35 Tire rotation -- $19 Car wash -- $7 If the user enters a service that is not listed above, then output the following error message: Error: Requested service is not recognized my codes: service_list = ['oil change','tire rotation','car wash'] c=0 service = str(input("Enter desired auto service:")) service1=set(service. split(' ')) for x in service1: x=set(x. split(' ')) if(x==service1): print("You entered:",service) if(service1==set("oil change".split(' '))): print("Cost of oil change:$35") elif(service1==set('tire rotation'.split(' '))): print("Cost of tire rotation:$19") elif(service1==set("car wash".split(' '))): print("Cost of car wash:$7") c=c+1; if(c==0): print("Requested service is not recognized") Not working in zybook compiler

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 00:00, brooklyn4932
What engine component is shown in the above figure?
Answers: 1
image
Computers and Technology, 23.06.2019 04:31, Remba
Q14 what is most important for you to choose before you build a network? a. private network b. nos c. network media d. network protocol e. directory service
Answers: 1
image
Computers and Technology, 24.06.2019 01:30, tanya44737
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
image
Computers and Technology, 24.06.2019 15:40, elgallo5399
In the above figure, what type of cylinder arrangement is shown in the figure above? a. l-type b. v-type c. in-line d. horizontal pls make sure its right if its rong im grounded for 3months
Answers: 1
Do you know the correct answer?
Automobile service cost (Python 3) Prompt the user for an automobile service. Output the user's inpu...

Questions in other subjects: