Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
FizzBuzz
#python 3.5.2 for i in range(1,50): if(i%3==0 and i%5==0): print(i, "FizzBuzz") else: if(i%3==0): print(i, "Fizz") else: if(i%5==0): print(i, "Buzz")
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Ex_039.py
library
Insert a sequence of same numbers, unpacking
15
ggh
Girrafe
test3.py
find minimum in right sorted array
tip calculation
Assignment-2b
Please log in to post a comment.