python基础知识
数据容器对比
my_list = ["itheima", 666, True] # 列表 my_tuple = ("hello", ["python"]) # 元组 my_set = {1, 2, 3, 5, 6} # 集合 my_dict = {"王": 99, "周": 100, "陈": 90} # 字典
my_list = ["itheima", 666, True] # 列表 my_tuple = ("hello", ["python"]) # 元组 my_set = {1, 2, 3, 5, 6} # 集合 my_dict = {"王": 99, "周": 100, "陈": 90} # 字典
工具json视图在线查看库文档pyecharts pyecharts-gallery...