会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
好好学习,天天向上!
github:https://github.com/Sandianjie
博客园
首页
新随笔
联系
订阅
管理
2019年8月9日
python3基础之“小练习(3)”
摘要: (二十四)将字符串"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)
公告