# for local if 'myVar' in locals(): # myVar exists. # for globals if 'myVar' in globals(): # myVar exists.