摘要: 错误: 复制代码代码如下: >>> def f(x, y): print x, y >>> t = ('a', 'b') >>> f(t) Traceback (most recent call last): File "<pyshell#65>", line 1, in <module> f(t) 阅读全文
posted @ 2019-08-05 16:42 Grace_life 阅读(3540) 评论(0) 推荐(0)