str = input() print(str.swapcase()) 입력 aBcDeFg 출력 AbCdEfG
str = input() print(str.swapcase())
입력 aBcDeFg 출력 AbCdEfG