Python 字母大小写的转换

1 name = "Ada Lovelace"
2 print(name.upper())
3 print(name.lower())

猜你喜欢

转载自www.cnblogs.com/lc1314/p/10113131.html