摘要: >>> x=1,2,3 >>> x (1, 2, 3) >>> type(x) <class 'tuple'> >>> del x >>> x Traceback (most recent call last): File "<pyshell#4>", line 1, in <module> x N 阅读全文
posted @ 2023-04-30 23:20 sangern 阅读(10) 评论(0) 推荐(0) 编辑