Spadework 2020. 2. 20. 10:13

* Solved 기준 브론즈2 단순 풀이

a,b = input(),input()
print('go' if len(a)>=len(b) else 'no')