1
Write and run your first “Hello, World!” program
2
Execute your “Hello, World!” command in the Python interactive console
3
Learn about variables
Variables, Expressions, and Statements
4
Learn about expressions
Variables, Expressions, and Statements
5
Learn about statements
Variables, Expressions, and Statements
7
Learn about logical operators
8
Learn about if/else statements
10
Learn about lists
Lists, Sets, and Dictionaries
11
Learn about sets
Lists, Sets, and Dictionaries
12
Learn about dictionaries
Lists, Sets, and Dictionaries
13
Learn about
for
and
while
loops
15
🎲 Keep track of guesses
16
🎲 Show the word progress
18
🍦 Add bonus features to your game
19
Learn about
break
and
continue
statements
20
Learn how to use strings