FizzFizz by xsot

a=['']*303
i=1
for b in a:a[i*5-1:i:-i*2]=b+'Buzz','Fizz'+b;print b or i;i+=1

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

download

return to the top page