Lesson 004: Your first prints and scripts
Focus
Let the literals expose mistaken assumptions quickly: Basic drills Your first prints and scripts; spin token 53202 makes this page unlike its neighbours.
Key ideas
- Angle
Basic: micro cadence4mixesYour first prints and scripts; spin44146. - Ritual: List two regressions CI should catch later.
- Guardrail: promise one security boundary if this touched user data.
Example (LESSON_UID = "basic-004")
# Basic drill L004 topic-0 micro-3 pattern-2
LESSON_UID = "basic-004"
spin_a, spin_b, spin_c = 12, 970, 758
blob = "0|D"
head, sep, tail = blob.partition("|")
print(tuple(zip(head, reversed(tail))))
filt = [ch for ch in head if ord(ch) % (spin_a % 5 + 2) != 0]
print("filt", filt)
Practice
Practice 40: Inject a benign off-by-one, observe drift, revert with notes. Literal nudge 40.
Fingerprints
- lesson_uid:
basic-004 - umbrella band:
Your first prints and scripts(4/10) - lesson_index:
118