0
What it compares !!Help me wizards
Global and locals
5 Answers
0
def foo():
print(globals()==locals())
foo()
print(globals()==locals())
0
Output is False True
0
Am not getting it slick
0
My bad, i added no explination. check the comments, i replied to coding kitty with one when asked