2025-10-30 20:49:26 +09:00

1 line
68 B
Python

print("go" if (lambda s1, s2: s2 in s1)(input(), input()) else "no")