And, of course, we can remove values from lists as well.

Let's try and remove one item from our list here.

Poof! We can either tell the computer to remove a specific value or an item at a specific position.

Didn't we want to remove just one item? The instructions you give are usually carried out exactly as described.