python-列表 数组:存储同一种数据类型的集合 scores = [1,2,3]列表:可以存储任意数据类型的集合In [1]: name1 = 'tom' In [2]: name2 = 'Tony' ... Other 2023-12-16 205 点赞 3 评论 310 浏览