← Back to List

17863번: FYI ↗

Solutions

Python 3
68 B | 68 chars
a=input()
if a[0:3] == "555":
    print("YES")
else:
    print("NO")