会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gege4105
Some of us get dipped in flat, some in satin, some in gloss. But every once in a while you find someone who's iridescent, and when you do, nothing will ever compare.
CnBlogs
Home
New Post
Contact
Admin
Subscription
2016年8月24日
列表,元组,字典
列表 num = ["a","b","c","d","e","f"]print(num[0]) # aprint(num[0:]) # ['a', 'b', 'c', 'd', 'e', 'f'] 【start,stop,step】print(num[1:-1]) # ['b', 'c', 'd',
Read More
posted @ 2016-08-24 10:00 gege4105
Views(126)
Comments(0)
Diggs(0)
公告