FizzFizz by llhuii

A=[""]*300;i=1
for a in A:print a or i;A[5*i-1:i:-2*i]=a+"Buzz","Fizz"+a;i+=1

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

download

return to the top page