会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cknds
博客园
首页
新随笔
联系
管理
订阅
2020年2月12日
python字符串与列表的相互转换
摘要: 学习内容: 1.字符串转列表 2.列表转字符串 1. 字符串转列表 str1 = "hi hello world" print(str1.split(" ")) 输出: ['hi', 'hello', 'world'] 2. 列表转字符串 l = ["hi","hello","world"] pri
阅读全文
posted @ 2020-02-12 13:14 cknds
阅读(587)
评论(0)
推荐(0)
编辑
公告