I am learning python and meet an exercise:
Strings. Create a function that will return another string similar to the input string, but with its case i
name='Mr.Ed' print(name.swapcase())