Python lists can be extremely useful. What is a list? A list holds elements together. Example: The element “hi” is element 0. “hello” is number 1. So the first element we see is actually the 0th element in Python. What you can do to a list: (result is below) Also: