Register - Login - Forgotten Password

Lesson 29: Building a Text Adventure Game in Python

You wake in a mysterious room: a dark passage lies to the left, while a stairway rises to the right. Open Full Article...

Lesson 28: Building a Number Guessing Game in Python

How can a computer appear to “think” of a secret number and respond intelligently to every guess? Open Full Article...

Lesson 9: Using Else and Elif (Parent Q&A)

This guide explains how Python chooses between several possible paths in one conditional structure. Open Full Article...

Lesson 9: Using Else and Elif (Teach This Topic)

This guide supports teaching Python’s `else` and `elif` clauses as part of one connected decision. Open Full Article...