Answers for "revesing case python"

0

revesing case python

t = "Mr.Brown"
nt = t.swapcase()
print(nt)
#print: mR.bROWN
Posted by: Guest on July-02-2021

Python Answers by Framework

Browse Popular Code Answers by Language