Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Python Conditional
yusufbrima
Jul 22nd, 2020
219
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 $900 INSTANTLY 2025 2U
JavaScript | 53 sec ago | 0.05 KB
Market.js
JavaScript | 15 min ago | 1.18 KB
-set-drop-reduction
Lua | 21 min ago | 1.54 KB
Untitled
JavaScript | 30 min ago | 1.18 KB
Products.js
JavaScript | 47 min ago | 1.18 KB
Untitled
C++ | 55 min ago | 1.50 KB
Order.js
JavaScript | 1 hour ago | 1.18 KB
Market.js
JavaScript | 1 hour ago | 1.18 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!