728x90
반응형
SMALL
a = input()
for i in range(len(a)):
if a[i].upper() != a[i] : print(a[i].upper(), end="")
else: print(a[i].lower(), end="")
728x90
반응형
LIST
'백준문제 > 새싹' 카테고리의 다른 글
백준) 9086번 - python (1) | 2024.01.31 |
---|---|
백준) 2754번 - python (0) | 2024.01.26 |
백준) 2753번 - python (0) | 2024.01.26 |
백준) 2739번 - python (0) | 2024.01.26 |
백준) 2438번 - python (0) | 2024.01.26 |