Files
kattis/canadianseh.py
2023-07-03 21:56:27 +02:00

2 lines
61 B
Python

print("Canadian!" if input()[-3:] == "eh?" else "Imposter!")