DAY-02
摘要:
列表 列表的定义 #列表 lst = ['hello','world',98] print(id(lst)) print(type(lst)) print(lst) 列表的创建 列表的查询 lst = ['hello','world',98,'hello'] print(lst.index('hel 阅读全文
posted @ 2022-08-12 09:59 monster-little 阅读(24) 评论(0) 推荐(0) 编辑