Loading

[NEW SOLN] ITS320 MODULE 2 OPTION 2 CREATING A PYTHON APPLICATION USING DICTIONARY

[SOLVED] ITS320 MODULE 2 OPTION 2 CREATING A PYTHON APPLICATION USING DICTIONARY: Option #2: Creating a Python Application

Assignment Instructions
Develop a Python application that incorporates using appropriate data types and provides program output in a logical manner. Your program should prompt a user to enter a car brand, model, year, starting odometer reading, an ending odometer reading, and the estimated miles per gallon consumed by the vehicle. Store your data in a dictionary and print out the contents of the dictionary.

Assignment Submission Instructions:
Submit a text file containing your Python code into the Module 2 drop box. Name your file ITS320_CTA2_Option2.py.

Support