Programming (Year 11)

What is the difference between a list and a dictionary in Python?

A list is an ordered collection of items, whereas a dictionary is a collection of key-value pairs.