index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
hw
/
106
/
2.py
blob: f537aa4b6396cd9746d0cfe00b6de448495dcc56 (
plain
)
1
2
3
4
5
6
7
num = int(input("num: ")) if (num % 2) == 0: print("its even") else: print("is odd")