When we start learning Python, lists are often one of the first data structures we use:

student = ["Laura", 24, "Medellín"]

Enter fullscreen mode

Exit fullscreen mode

This works, but what does each position represent?