leap year by kt3k

while 1:y=input();print y,'is not'[:y*~(y%25and 3)&13|2],'a leap year.'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page