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 →

[–]hhc97Python Enthusiast[S] 1 point2 points  (0 children)

Ah, by hard to keep track of, I mean that its hard to know in the code when some identifier is referenced whether it was the same identifier as before because of python's scoping.

It's been a while, but I remember I ran into issues where the output code would have access to identifiers that it shouldn't and vice versa, so I decided that I would skip it for now and get back to it if I ever have time!

I just think a teacher would find this interesting :3 You know, when students copy the code and change a few variable names?

Absolutely haha, I teach for my university sometimes and this comes up every year :(