Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
June 5, 2013, 5:55 p.m.
FORMAT:
Text only
SIZE:
151 Bytes
Raw
Download
Tweet
HITS:
1031
Go to comments
Report
for x in xrange(1,101):
f=x
if x%3==0:
f="Fizz"
if x%5==0:
f="Buzz"
if x%3==0 and x%5==0:
f="FizzBuzz"
print f
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus