Fork me on GitHub
摘要: 列表(一) 列表对象的删除与创建及其特点 1 # 2 # @author:浊浪 3 # @time: 2021/3/9 22:26 4 5 a = 1 #变量存储的是一个对象的引用 6 lis = ['hello', 'nm', 996] 7 print(id(lis)) 8 print(type( 阅读全文
posted @ 2021-03-09 23:10 走位,走位 阅读(90) 评论(0) 推荐(0) 编辑