从模块中的第 4 行获取太多值以解压。
script, from_file, to_file = argv line.
练习 17 示例
from sys import argv
from os.path import exists
script, from_file, to_file = argv
我知道我在做一些愚蠢的事情。使用 python 版本 2.7.3
这是练习中的逐字复制和粘贴:
from sys import argv
from os.path import exist
script, from_file, to_file = argv
我已经尝试了这两种解决方案并得到了 Invalid sytax 错误