leap year by potato

while 1:n=input();print`n`+' is '+'not '*(n%4!=0 or(n%400!=0 and n%100==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