Programmers/코딩 기초 트레이닝
[프로그래머스] 대소문자 바꿔서 출력하기
jjam-mo
2024. 2. 6. 16:41
<나의 답>
str = input()
print(str.swapcase())
swapcase : 문자열의 대소문자를 서로 변환