标签: python-3.x input command-line
我在Python 3脚本中使用 s = input(“”)命令。当我从命令行(Ubuntu 14.04)运行并输入例如hello时,我收到此错误 NameError:名称'hello'未定义。但是当我输入“Hello”时,一切都很好。我在其他例子中看到,在我的输入中没有必要使用“”。我需要改变什么?