Six lessons covered the primitives: output, assignment, two number types, two arithmetic flavours, string concatenation, length, formatted strings, and booleans. The quiz is eight questions — pass with 80% to unlock week 2.
What's the threshold mean exactly?
Score is correct ÷ total × 100. Eight questions, 80% pass — you can miss one. If you miss two, retry — your highest score is what counts toward unlocking.
Let's go.
| Lesson | Concept | Key syntax |
|---|---|---|
| 1 | print() | print("text") — verb + parens + cargo |
| 2 | Variables | name = value — = assigns |
| 3 | Numbers | int (whole) and float (decimal); + - * / // % ** |
| 4 | Strings | quotes, + concatenates, len() measures |
| 5 | f-strings | f"{var}" — substitute values into text |
| 6 | Booleans | True / False; == != < > <= >= |
Week 2 builds on these. If a primitive is shaky, it'll feel hard there. Re-attempt this quiz until you're at 100% before moving on, even if you've already passed. Speed matters less than fluency at week 1.
Create a free account to get started. Paid plans unlock all tracks.
Six lessons covered the primitives: output, assignment, two number types, two arithmetic flavours, string concatenation, length, formatted strings, and booleans. The quiz is eight questions — pass with 80% to unlock week 2.
What's the threshold mean exactly?
Score is correct ÷ total × 100. Eight questions, 80% pass — you can miss one. If you miss two, retry — your highest score is what counts toward unlocking.
Let's go.
| Lesson | Concept | Key syntax |
|---|---|---|
| 1 | print() | print("text") — verb + parens + cargo |
| 2 | Variables | name = value — = assigns |
| 3 | Numbers | int (whole) and float (decimal); + - * / // % ** |
| 4 | Strings | quotes, + concatenates, len() measures |
| 5 | f-strings | f"{var}" — substitute values into text |
| 6 | Booleans | True / False; == != < > <= >= |
Week 2 builds on these. If a primitive is shaky, it'll feel hard there. Re-attempt this quiz until you're at 100% before moving on, even if you've already passed. Speed matters less than fluency at week 1.