1 line
68 B
Python
1 line
68 B
Python
print("go" if (lambda s1, s2: s2 in s1)(input(), input()) else "no") |
print("go" if (lambda s1, s2: s2 in s1)(input(), input()) else "no") |