Middle School / If / Else
If / Else
+10 XP
Lesson
Persian voice not installed
Your computer does not have a Persian text-to-speech voice. Install it to hear lessons in Farsi.
Settings โ Time & language โ Language โ Add Persian (Iran) โ check Speech, then download the language pack.
Use `if` to make decisions: `if age >= 10: print('Big kid!')` else: `print('Young coder!')`