[백준] #2744 대소문자 바꾸기 python
2023. 2. 16. 06:00
https://www.acmicpc.net/problem/2744
📕 설명 📕
Python의 swapcase()라는 내장함수를 사용하였다.
🧑🏻💻 나의 풀이 🧑🏻💻
print(input().swapcase())
'Programming > Algorithm' 카테고리의 다른 글
[백준] #2822 점수 계산 python (0) | 2023.02.18 |
---|---|
[백준] #2789 유학 금지 python (0) | 2023.02.17 |
[백준] #2420 사파리월드 python (0) | 2023.02.15 |
[백준] #2309 일곱 난쟁이 python (0) | 2023.02.14 |
[백준] #2386 도비의 영어 공부 python (0) | 2023.02.13 |