Quiz: Count, Collect, and Organize
Test your knowledge of Python lists—how to store, access, modify, and loop through values.
We'll cover the following
In the last lesson, you explored using lists to store multiple values in one place. You practiced creating lists, accessing specific items using indexes, adding and removing items with .append()
and .remove()
, and looping through each item using a for
loop.
Now, test your understanding with a quick quiz!
Get hands-on with 1400+ tech skills courses.