W3Schools. Python Lists. URL: https://www.w3schools.com/python/python_lists.asp (visited on 2023-11-24).
I didn't know that there are four collection data types in the python programming language. The four types are list, tuple, set, and dictionary. I also learned how important it is that you know the different types of lists because they all effect the outcome of the code differently.