摘要:
1,列表 什么是列表: 列表相当于其他语言的数组。 创建列表的方法: 1,使用[]中括号,例如: li=['python','hello'] 2,调用内置函数list(),例如:li=list(['python','hello']) 列表的特点: 列表元素按顺序有序排序 索引映射唯一数据 列表可以存 阅读全文
posted @ 2021-03-04 18:06 CodeSky&木子 阅读(293) 评论(0) 推荐(0)
posted @ 2021-03-04 18:06 CodeSky&木子 阅读(293) 评论(0) 推荐(0)
posted @ 2021-03-04 18:04 CodeSky&木子 阅读(87) 评论(0) 推荐(0)
posted @ 2021-03-04 17:28 CodeSky&木子 阅读(112) 评论(0) 推荐(0)
posted @ 2021-02-08 19:18 CodeSky&木子 阅读(59) 评论(0) 推荐(0)