Python 字母大小写的转换

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

 

posted @ 2018-12-13 11:44  吕程  阅读(5563)  评论(0编辑  收藏  举报