← Back to List

4999번: 아! ↗

Solutions

Python 3
78 B | 78 chars
a=input()
b=input()

if(len(a)>=len(b)):
    print("go")
else:
    print("no")