会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
All things are difficult before they are easy! Believe myself!
Nothing is imposssible for my willing heart. Anyone can't ride my back unless it is bent.
博客园
首页
新随笔
联系
管理
订阅
2022年7月9日
字符串的遍历
摘要: 今天测试列表发现2个问题: 1.字符串函数不能被从新定义。 1 str = "animals" 2 for i in range(7): 3 print(str(i)+str[i],end='\t') 4 5 b=input("Enter a number:") 6 print(type(b)) 7
阅读全文
posted @ 2022-07-09 23:08 scholar-for-ever
阅读(592)
评论(0)
推荐(0)
公告