Python syntax challenge
Prepare for a five-minute mixed syntax run. Read the pattern once, then close the gap between recognition and recall by typing it yourself.
Examples
score += 520 <= age < 30Common mistakes
- Rushing past the requested form
- Reading range and slice stops as inclusive
SyntaxReflex parses the answer and checks the requested structure without executing arbitrary code.
Mini drill
INSTRUCTION
Check whether `age` is at least 20 and below 30.
age = 24