Middle School / If / Else

If / Else

+10 XP

Learn Example Challenge

Lesson

Use `if` to make decisions: `if age >= 10: print('Big kid!')` else: `print('Young coder!')`

โ† Loops + Turtle