摘要: python基础 列表 [ ] stats =[1,2,3,4,5] 元素1,2,3,4,5 下标,索引,角标,初始从0开始 增加 stats.append(7)#append方法添加 stats.insert(6,"你好")#insert方法在指定位置添加 删除 stats.pop()#默认使用p 阅读全文
posted @ 2018-08-26 13:44 RainBol 阅读(264) 评论(0) 推荐(0) 编辑
Live2D