for x in xrange(1,101):print"fizz"[x%3*4:]+"buzz"[x%5*4:]or x,
for
x
in
xrange
(
1,101
):
print
"fizz"
[x
%
3
*
4
:]
+
"buzz"
5
or
x,