583
What's some really unpopular opinion you have?
(self.asklemmy)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Huh? That's not what happens at all. Python doesn't just mahically create variables for you, you get an undefined reference error like any other sane language.
https://www.online-python.com/Xp3JG1rxbK
Except it does for assignments.
Ah, ok sure. Every dynamically typed language does that with assignments though, that's kinda the point of dynamic typing. You can use linters to easily catch that kinda stuff though.