Lists are very useful in programming. In Python, lists look like this:
["A", "List", "of", "Things"]
When things are in a list, we can tell Python to pull them out for us. We just need to point to the right index number of the list. Here's a diagram of the index numbers for the list above:
Let's ask Tina to help explain:
Thanks to Trinket.io for providing this assignment, part of their Hour of Python (opens new window) course.