会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
明西
CnBlogs
Home
New Post
Contact
Admin
Subscription
2018年1月11日
python 中str,list,tupple,dict的用法与区别(python基础)
1.str: 主要功能(移除空白,分割,切片,索引,长度(len))--公共功能 特有功能:#两端去除空格 sl.strip() #以...什么开头;以...什么结尾 sl.stripwith() ; sl.endwith() #查找子序列 sl.find() 2.list(元素集合)--具有str
Read More
posted @ 2018-01-11 02:27 明西
Views(675)
Comments(0)
Diggs(0)
公告