Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Even or Odd in python
ahmed0saber
May 3rd, 2021
53
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
num
=
int
(
input
(
"Enter an integer : "
)
)
if
(
num%
2
==
0
)
:
print
(
"The entered number is an even number."
)
else
:
print
(
"The entered number is an odd number."
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $2500 in 15 minutes 9
JavaScript | 3 sec ago | 0.08 KB
MAKE $5000 INSTANTLY Y
JavaScript | 5 sec ago | 0.08 KB
Make $2500 in 15 minutes 4
JavaScript | 12 sec ago | 0.08 KB
FREE BTC GUIDE E
JavaScript | 25 sec ago | 0.08 KB
Hadez Method Leaked???? TC
Java | 32 sec ago | 0.05 KB
✅ MAKE $22OO IN 10 MIN U
JavaScript | 50 sec ago | 0.08 KB
MAKE $5000 INSTANTLY Y
JavaScript | 50 sec ago | 0.08 KB
MAKE $5000 INSTANTLY 5
JavaScript | 57 sec ago | 0.08 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!