Conditionals and the truthiness traps — step 7 of 8
Cursor wrote if status is "done": and the branch never fires, even when
status clearly is "done". The string compare with is is unreliable —
Python only sometimes reuses string objects in memory.
Fix line 3 so the script prints shipping it.
The break is on line 3 — but read the whole snippet first.
⌘↵ runs the editor.read, then continue.
Cursor wrote if status is "done": and the branch never fires, even when
status clearly is "done". The string compare with is is unreliable —
Python only sometimes reuses string objects in memory.
Fix line 3 so the script prints shipping it.
The break is on line 3 — but read the whole snippet first.
this step needs the editor
on desktop today; in the app (coming soon). save your spot and we'll bring you back here when you're ready.