start of day 2
This commit is contained in:
6
week 1/day 2/exo1.py
Normal file
6
week 1/day 2/exo1.py
Normal file
@@ -0,0 +1,6 @@
|
||||
number = input("please enter an number :")
|
||||
|
||||
if int(number) % 2:
|
||||
print("Odd")
|
||||
else:
|
||||
print("Even")
|
||||
Reference in New Issue
Block a user