i need someone who is good at programming in python3
MTSU: CSCI-1170
Programming Exercise
Assignment:
Write a program that creates a directory containing course numbers and information listed in the
catalog. The dictionary should be structured as follows and contain the data listed below:
Number: Title, Hours
CSCI1010: Computer Science Colloquium, 1
CSCI1150: Computer Orientation, 3
CSCI1160: Introduction to Computing a Multimedia Approach. 4
CSCI1170: Computer Science I, 4
The program should create a dictionary containing course numbers and listed information from a
file. This file is structured so that each data item is on a single line and is contained in
freshman.txt
The program should let the user enter a course number, and then it should list the title and
credit hours; if the course is not in the dictionary an appropriate error should be printed.
Sample run:
Enter a course number to search for: CSCI1010
Number: CSCI1010, Title: Computer Science Colloquium, Hours: 1
Submission:
After completing the program and testing the output for accuracy, add a comment block including
your name, course and section, current date, and assignment description. To submit the
completed assignment, enter the following commands at the Ranger terminal substituting for the
appropriate file names:
script lastName-Exercise.log
pwd
ls –l
cat –n yourProgram.py
python3 yourProgram.py
(Run the program with sample data)
exit
lph lastName-Exercise.log