leap year by zetamatta

while 1:y=input();print y,"is"+" not"*((y,y/100)[y%100<1]%4>0),"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