2021年3月9日

python 混乱

摘要: 混乱的四种类型 1.1 列表 设置变量 List1 = ['11','22','33','44'] print(List1[0]) 1.2 元组 tup1 = ('Google', 'Runoob', 1997, 2000) print(tup1) 1.3 字典 dict = {'Name': 'R 阅读全文

posted @ 2021-03-09 10:44 一二三· 阅读(60) 评论(0) 推荐(0) 编辑

导航