본문 바로가기
백준문제/브론즈 4

백준) 11365번 - python

by kiseno 2024. 4. 12.
728x90
반응형
SMALL
while True:
    a= input()
    if a == "END" : break
    else : print(a[::-1])
728x90
반응형
LIST

'백준문제 > 브론즈 4' 카테고리의 다른 글

백준) 11945번 - python  (0) 2024.04.14
백준) 11720번 - python  (0) 2024.04.13
백준) 10808번 - python  (0) 2024.04.11
백준) 10797번 - python  (0) 2024.04.10
백준) 10769번 - python  (0) 2024.04.08