← Back to List

15639번: Rick ↗

Solutions

Python 3
180 B | 180 chars
L=["Give you up" , "Let you down" , "Run around and desert you" , "Make you cry", "Say goodbye","Tell a lie and hurt you"]
if input() in L:
    print("NO")
else:
    print("YES")