| CodeRams Practice Problem Archive |
|---|
| Finished |
Take a single string S as input, then make all capital characters lowercase and all lowercase characters capital.
A single string S containing the string to switch.
The string S after being switched.
HeLlO
hElLo
The string will not contain spaces or non-alphabetic characters.
| Name |
|---|


