def a() :
Print (value)
def b() :
Value = 100
Return bIts a nested function. How can I use variable value just one function above the parent function. This is possible in tcl.. Is it possible in Python too? -- https://mail.python.org/mailman/listinfo/python-list
