write my assignment 7898
I need help with this exercise which is designed to teach us how to use dict…
Automobile service cost (Python 3)
(1) Prompt the user for an automobile service. Output the user’s input. (1 pt)
Ex:
You entered: Oil
(2) Output the price of the requested service. (4 pts)
Ex:
of oil change:
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:
recognized.# -*- coding: utf-8 -*"""Created on Sun Dec 10 14:08:05 [email protected]:"""print("Auto shop servicesn""Oil change — $35n""Tire rotation…