Control Flow & Lists

Work through loops, list methods, and compact list syntax.

0 / 3 complete0%
Interactive Game

Appending to a List in Python

Identify the correct way to append elements to a list.

Lists And Array
Play
Interactive Game

List Comprehension in Python

Master list comprehension syntax in Python.

SyntaxLists And Array
Play
Interactive Game

Using a for loop

Learn how to use for loops to iterate over a range in Python.

BasicsLists And Array
Play