짱이 될거야
백준 23627: driip Python 본문
sentence = input()
if len(sentence) >= 5 and sentence[-5:] == "driip":
print("cute")
else:
print("not cute")
'알고리즘' 카테고리의 다른 글
백준 1697: 숨바꼭질 Python (0) | 2022.11.08 |
---|---|
백준 1110: 더하기 사이클 Python (0) | 2022.11.07 |
백준 10989: 수 정렬하기 3 Python (메모리 초과) (0) | 2022.11.04 |
백준 2468: 안전 영역 Python (0) | 2022.11.03 |
Unity Text Color, Size Script에서 수정하기 (0) | 2022.11.02 |
Comments