← Back to List
23627번: driip ↗
Solutions
Python 3
56 B | 56 chars
print("cute" if input()[-5:] == "driip" else "not cute")