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
posted @ 2021-03-09 10:44
posted @ 2021-03-08 17:20
posted @ 2021-03-02 14:18
posted @ 2021-03-01 10:25