我正在学习python的新手,我正在制作一个游戏,我在linux的终端中遇到了一个问题,如下所示:
Traceback (most recent call last):
File "oyun.py", line 30, in <module>
Pc=random.choice("tas","kagit","makas")
TypeError: choice() takes exactly 2 arguments (4 given)
你能告诉我有什么问题吗?我该怎么办?
我正在学习python的新手,我正在制作一个游戏,我在linux的终端中遇到了一个问题,如下所示:
Traceback (most recent call last):
File "oyun.py", line 30, in <module>
Pc=random.choice("tas","kagit","makas")
TypeError: choice() takes exactly 2 arguments (4 given)
你能告诉我有什么问题吗?我该怎么办?