Oddities
This commit is contained in:
4
oddities.py
Normal file
4
oddities.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
n = int(input())
|
||||||
|
for _ in range(n):
|
||||||
|
x = int(input())
|
||||||
|
print(f"{x} is {'even' if x % 2 == 0 else 'odd'}")
|
||||||
Reference in New Issue
Block a user