F
22

I spent 3 hours trying to fix a 'missing semicolon' error in my Python code before my son pointed out the problem.

3 comments

Log in to join the discussion

Log In
3 Comments
schmidt.iris
Oh man, the "missing semicolon" hunt is the worst. I once spent an hour looking for a typo in a variable name (like "username" vs "userName") before my roommate saw it in two seconds.
1
white.keith
Yeah @schmidt.iris, that's the real pain right there. Your brain just locks onto the wrong path and you can't see past it. Fresh eyes always win.
2
paulnguyen
paulnguyen12h ago
Actually, missing semicolons are a JavaScript thing. Python would just give you an indentation error instead. Different flavor of pain.
2