0
string = "GeeksforGeeks"
string.swapcase() ---> "gEEKSFORgEEKS"
Joymercy Asked question