FizzFizz by whatisgolf

i=0;exec"i+=1;f=lambda d,n=i:n%d<1and-~f(d,n/d);print'Fizz'*f(3)+'Buzz'*f(5)or i;"*100

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

download

return to the top page