Please enable JavaScript to use CodeHS

Utah Introduction to Python 2

Lesson 3.5 Lists & Loops Quiz

Description

In this lesson, students review content with a 10 question End-of-Unit Quiz.


Objective

Students will be able to:

  • Prove their knowledge of the following commands and concepts through a multiple choice quiz:
    • Finding the length of a list using the len function
    • Looping over a list using index values with the range keyword
    • Looping over items in a list using the in keyword

Activities

These are all the activities included in the lesson

3.5.1 Lists & Loops Quiz