swapcase in python3 code example Example: swapcase str_swapcase = "what was that about?".swapcase() print(str_swapcase)