Use the drop-down menus to complete the
following sentences.
The for loop can iterate over many items in a
The for loop looks for the
sequence and continues until the
✓ in the
in the list is complete.
The
✓ uses a built-in function
called length, or len(), which provides the total
number of elements in the ordered list of elements
as well as the range.
DONE✔