Files
kattis/aaah.py
2022-05-25 13:47:50 +02:00

3 lines
64 B
Python

a = input()
b = input()
print("no" if len(a) < len(b) else "go")