FizzFizz by mitchs

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

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

download

return to the top page