摘要: 一.创建列表 1.创建一个普通列表 >>> tabulation1 = ['大圣','天蓬','卷帘'] >>> tabulation1 ['大圣', '天蓬', '卷帘'] >>> tabulation2 = [72,36,18] >>> tabulation2 [72, 36, 18] 2.创建 阅读全文
posted @ 2021-03-29 19:04 小小程序员ol 阅读(903) 评论(0) 推荐(0)