标签: python
当我运行Python命令时,我一直看到这个错误:
Traceback (most recent call last): file "<stdin>", line 1, in <module> NameError: name 'file' is not defined
有人可以从以下代码中发送我的副本,但随后解释一下。
file = raw_input("Enter the file name: ") file = open(file, "r")
感谢阅读!