Function Python Tutorial

X = 99 
def selector(  ):          
    print X                
selector(  )