摘要:
a = 'strABC' # Strabc : 首字母大写,其他全部小写 b = a.capitalize() print(b) # STRABC : 全部大写 c = a.upper() print(c) # strabc : 全部小写 d = a.lower() print(d) # STRabc 大小写翻转 e = a.swapcase() print(e) # Abc Edf_Ghi*Jk 阅读全文
posted @ 2019-09-30 14:58
沙漏yxd
阅读(553)
评论(0)
推荐(0)

浙公网安备 33010602011771号