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 — $35Tire rotation — $19Car wash — $7If 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 2017@author:"""print("Auto shop servicesn""Oil change — $35n""Tire rotation…