import time #n=input("input a year:") n=time.localtime()[1] ''' if n%400==0 or (n%4==0 and n%100!=0): print "yes" else: print "not" ''' print n