摘要: 完成内容: python的学习 字典 1.空字典 # 使用大括号 {} 来创建空字典emptyDict = {} # 打印字典print(emptyDict) # 查看字典的数量print("Length:", len(emptyDict)) # 查看类型print(type(emptyDict)) 阅读全文
posted @ 2021-11-16 21:49 1905-1雷宇 阅读(32) 评论(0) 推荐(0)