subject

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

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:10
The total cost of textbooks for the term was collected from 36 students. create a histogram for this data. $140 $160 $160 $165 $180 $220 $235 $240 $250 $260 $280 $285 $285 $285 $290 $300 $300 $305 $310 $310 $315 $315 $320 $320 $330 $340 $345 $350 $355 $360 $360 $380 $395 $420 $460 $460
Answers: 2
question
Computers and Technology, 22.06.2019 13:00
Which part of the cpu accepts data?
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
How might the success of your campaign be affected if you haven’t carefully completed all field data or if you accidentally insert the wrong merge field in the document?
Answers: 2
question
Computers and Technology, 22.06.2019 20:50
What is the difference between windows 7 and windows 10?
Answers: 1
You know the right answer?
Automobile service cost (Python 3) Prompt the user for an automobile service. Output the user's inpu...
Questions
question
Engineering, 20.10.2020 21:01
question
Physics, 20.10.2020 21:01
question
Mathematics, 20.10.2020 21:01
question
Mathematics, 20.10.2020 21:01
question
Mathematics, 20.10.2020 21:01
Questions on the website: 13722363