Lesson 030: Numbers, operators, and conversions
Focus
Treat the excerpt as executable notes: Basic drills Numbers, operators, and conversions; spin token 301108 makes this page unlike its neighbours.
Key ideas
- Angle
Basic: micro cadence10mixesNumbers, operators, and conversions; spin62641. - Ritual: Predict the checksum line, then reconcile on mismatch.
- Guardrail: call out latent off-by-one before shipping analogues.
Example (LESSON_UID = "basic-030")
# Basic drill L030 topic-2 micro-9 pattern-4
LESSON_UID = "basic-030"
spin_a, spin_b, spin_c = 444, 371, 323
score = 62
ladder = []
ladder.append("bronze" if score < (spin_a % 41 + 9) else "silver-ish")
ladder.append("gold" if score > (spin_b % 71 + 2) else "retry")
print(sorted(set(ladder)), score)
Practice
Practice 17: Swap print order once; reconcile dependency thinking. Literal nudge 17.
Fingerprints
- lesson_uid:
basic-030 - umbrella band:
Numbers, operators, and conversions(10/10) - lesson_index:
992