#66 — Thu 09 October 2025 by Evan Chen
Was staring at a student's code that had the line donthaveanyfunction=0
in an
if
block that was never used anywhere else, wondering why. Took a while to
figure out it's because the student didn't know there's a command called pass
for a no-op. (I think.)