Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
even odd
print("program to check even or odd") print("enter any no") num = int(input()) if (num % 2) ==0: print("even hai bha") else: print("odd hai bha")
run
|
edit
|
history
|
help
0
abc
solving a linear system of equations
GoogleCodindQues.py
Rextester
Ex1
Python Monthly Calendar
super
#converting list into set
one
PyGen