Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Automobile service cost (Python 3) (1) Prompt the user for an automobile service. Output the user's input. (1 pt) Ex:

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 2017@author:"""print("Auto shop services\n""Oil change -- $35\n""Tire rotation...
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question