Source Code
s = input()
p = s.lower()
if("atypical" in p):
    print("Yes")
else:
    print('NO')
Copy
We Love Atypical tamahom
Python 3
16 ms
4.0 MB
Wrong Answer