Our main focus is learning to write and use lists. Topics covered include:
Creating lists and accessing elements of the lists
Adding elements to a list by using the append and insert methods
Removing elements from a list by using the pop method
Using the sum, min, max, and sorted functions