Python的錯誤

複製代碼 代碼如下: >>> 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)  TypeError: f() takes exactly 2 ar
相關文章
相關標籤/搜索