Skip to content

Latest commit

Β 

History

History
16 lines (12 loc) Β· 433 Bytes

File metadata and controls

16 lines (12 loc) Β· 433 Bytes

πŸ’« Lists πŸ˜΅β€πŸ’«

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

Task 6.1: Movie time

Task 1: Add Movie

Given a new movie title, add it to our list of movies!

Task 2: Remove Movie

Given a new movie title, remove it to our list of movies!