Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 433 Bytes

6-lists.md

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!