def one(a):
    print "in one"
    
a = None
a = True
b = False
    
def two (c): 
    print "in two"