Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 581 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 581 Bytes

Exercise: Python Basics

Please refer to the assignment page: https://canvas.emich.edu/courses/79218/assignments/1414275 for more instructions.

Files

  1. .gitignore: The ignore file that excludes common Python temporary files.
  2. movies.py: The starter code that you can modify. You can also add new files to the repository.
  3. movies.txt: The data file that contains 100 movies' information.
  4. query.py: The starter code that you can modify. This file is to use the Movies class for the required features.