1 2 3 4 5
globals_to_check = { '__name__': __name__, '__file__': __file__, } print repr(globals_to_check)