Please refer to the assignment page: https://canvas.emich.edu/courses/79218/assignments/1414275 for more instructions.
.gitignore
: The ignore file that excludes common Python temporary files.movies.py
: The starter code that you can modify. You can also add new files to the repository.movies.txt
: The data file that contains 100 movies' information.query.py
: The starter code that you can modify. This file is to use the Movies class for the required features.