摘要: 1、有列表【'alex',49,[1900,3,18],分别取出列表中的名字,年龄,年,月,日赋给不同的变量name,age,day=['alex',49,[1900,3,18]print(name,age,day)2、用列表的insert与pop方法模拟队列list=[]list.insert(0 阅读全文
posted @ 2020-03-11 21:27 Python-feng 阅读(103) 评论(0) 推荐(0) 编辑