Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Python Conditional
yusufbrima
Jul 22nd, 2020
216
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
Untitled
JavaScript | 2 min ago | 1.18 KB
Untitled
Java | 13 min ago | 3.38 KB
Products.js
JavaScript | 18 min ago | 1.18 KB
tunnel
Bash | 26 min ago | 0.74 KB
Order.js
JavaScript | 33 min ago | 1.18 KB
Market.js
JavaScript | 49 min ago | 1.18 KB
FastLED - CRGBSet with Claude
C++ | 59 min ago | 2.26 KB
Untitled
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!