📜  python代码示例中的交换

📅  最后修改于: 2022-03-11 14:45:43.542000             🧑  作者: Mango

代码示例3
t = "Mr.Brown"
nt = t.swapcase()
print(nt)