Problem 4
Make a list called things with these three strings as elements: "mozzarella", "cinderella", "salmonella".
Problem 8
Create a list called surprise with the elements "Groucho", "Chico", and "Harpo".
Problem 10
Use a list comprehension to make a list called even of the even numbers in range \((10)\).