Feb-16-2023, 02:28 AM
i can
def foo():
within the definition of bar()
. then foo()
can access bar()
's variables. is it considered pythonic to access variables between functions that way? has anyone here ever done this?