摘要: 013.请说出下面的代码返回结果是什么? *的坑;简单题 参考:https://docs.python.org/zh-cn/3.9/library/stdtypes.html#typesseq 示例代码 lists = [[]] * 3 lists[0].append(1) 请问lists此时是什么 阅读全文
posted @ 2023-03-13 11:33 博客已废弃 阅读(79) 评论(0) 推荐(0) 编辑