摘要: (二十四)将字符串"A screaming comes across the sky."中所有的"s"字符替换为美元符号。 1 # a="A screaming comes across the sky." 2 # a=a.replace("s","$") 3 # print(a) (二十五)找到字 阅读全文
posted @ 2019-08-09 21:21 三点杰 阅读(739) 评论(9) 推荐(0)