Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Python Conditional
yusufbrima
Jul 22nd, 2020
205
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/usr/bin/env python3
a
=
6
b
=
a^
2
-
35
if
(
b
<
0
)
:
print
(
"a is too small"
)
else
:
print
(
"Good work, a is large enough"
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐️ EARN $500 INSTANTLY⭐ 3B
JavaScript | 4 sec ago | 0.17 KB
⭐ FREE giftcards method YL
JavaScript | 8 sec ago | 0.17 KB
⭐ FREE giftcards method⭐ 3O
JavaScript | 11 sec ago | 0.17 KB
⭐ Binance Account hack DO
JavaScript | 13 sec ago | 0.17 KB
⭐ Binance Account hack A1
JavaScript | 17 sec ago | 0.17 KB
⭐ get any gift card for FREE⭐ FS
JavaScript | 22 sec ago | 0.17 KB
⭐️ EARN $500 INSTANTLY⭐ 3B
JavaScript | 27 sec ago | 0.17 KB
⭐️ EARN $500 INSTANTLY G3
JavaScript | 28 sec ago | 0.17 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!