FizzFizz by xnor

l=['']*499;i=1
for x in l:print x or i;l[3*i-1:5*i:2*i]='Fizz'+x,x+'Buzz';i+=1

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

download

return to the top page