Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
FizzBuzz WnW
HasteBin0
Jun 22nd, 2020
(
edited
)
209
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
fizzbuzz
(
x:
int
)
-
>
str
:
# Weird n Wacky
return
(
str
(
x
)
,
"Fizz"
,
"Buzz"
,
"FizzBuzz"
)
[
int
(
x %
3
==
0
)
+
int
(
x %
5
==
0
)
*
2
]
for
n
in
range
(
1
,
100
)
:
print
(
fizzbuzz
(
n
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
📌 EASY PROFIT GUIDE ✅ Still works 🔥 🚨
JavaScript | 18 sec ago | 0.20 KB
✅ 💡 ChangeNOW Profit Exploit 💎 💵
JavaScript | 20 min ago | 0.20 KB
seed
JavaScript | 23 min ago | 0.25 KB
pca_svd
Python | 24 min ago | 0.88 KB
pca powit_3
Python | 34 min ago | 0.98 KB
📌 Free Crypto Method 🔥 🚨
JavaScript | 41 min ago | 0.20 KB
📌 Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 1 hour ago | 0.20 KB
Soal No. 2
C++ | 1 hour ago | 0.42 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!