Answers for "swapcase() in python"

2

swapcase

str_swapcase = "what was that about?".swapcase()
print(str_swapcase)
Posted by: Guest on June-27-2020

Python Answers by Framework

Browse Popular Code Answers by Language