python 数据结构 简单示例。 #列表 shoplist = ['apple','mango','carrot']
#元组 zootuple = ('wolf','wlephant','penguin'),不可变
#字典 userdict = {'name':'flankwang','age':14}
#序列 列表、元组、字典都是序列
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.