International Dates
This commit is contained in:
7
internationaldates.py
Normal file
7
internationaldates.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
a, b, c = map(int, input().split("/"))
|
||||||
|
if a <= 12 and b <= 12:
|
||||||
|
print("either")
|
||||||
|
elif a <= 12:
|
||||||
|
print("US")
|
||||||
|
else:
|
||||||
|
print("EU")
|
||||||
Reference in New Issue
Block a user