Session Ready
Exercise

Looping through lists

In this exercise, the list things is provided for you. It contains multiple different types of Python objects. You need to loop through the items in the list. Which method is the best way to start the for loop?

Feel free to explore the dictionary in the IPython Shell.

Instructions
50 XP
Possible Answers