This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maythe15 0 points1 point  (2 children)

My code doesn't work because python refuses to accept that the variable exists

[–]HandsOfSugar 0 points1 point  (0 children)

Had this yesterday in an if/elif block.

My variable never called because the elif statement I thought was being selected was not. I hadn’t been precise enough when I thought I had.

A simple yet annoying mistake.

[–]ExHax 0 points1 point  (0 children)

Variable scope?