That said, agreed that this is weird. Python makes some really unintuitive choices regarding scope.
if input() == "dynamic scope?": defined = "happyhappy" print(defined)
That said, agreed that this is weird. Python makes some really unintuitive choices regarding scope.