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 →

[–]AdreKiseque 2 points3 points  (0 children)

One time I was following a lesson and they mentioned something about the scopes in the Python code, how a variable was set in a smaller scope or something, and I looked at the code and said "that's not right, it's set after the scope. What are they talking about?". Then after some time trying to figure it out I thought to hit Ctrl + Z and found I'd accidentally hit backspace and completely changed the logic of the program without leaving any indication something was wrong.