The code for this exercise can be found in exercises/6-lists/
.
You can manually run your code by clicking the play button, or:
$ cd ~/Desktop/2024-autumn-python-intro/exercises/6-lists
$ python3 {FILE_NAME}.py
Given a new movie title, add it to our list of movies!
Given a new movie title, remove it to our list of movies!