Run »
Result Size:
625 x 571
txt = "Hello My Name Is PETER" x = txt.swapcase() print(x)
x
txt
=
"Hello My Name Is PETER"
x
=
txt
.
swapcase
()
print
(
x
)
hELLO mY nAME iS peter