codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
for i in range(1,101): print not i%15 and "FizzBuzz" or not i%3 and "Fizz" or not i%5 and "Buzz" or i
Private
[
?
]
Run code