Write a program which converts uppercase/lowercase letters to lowercase/uppercase for a given string.
A string is given in a line.
Print the converted string in a line. Note that you do not need to convert any characters other than alphabetical letters.
fAIR, LATER, OCCASIONALLY CLOUDY.
Fair, later, occasionally cloudy.