thabit
Contests
Problemset
Announcements
Posts
Custom Run
Login
Register
Title
×
Robbing Balloons - Atypical
We Love Atypical
1000955
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