python2.7下input()函数输入参数

使用input()函数,在运行时输入字符需要用引号括起来。但在交互模式下不需要 question: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> input_A = input("Input: ") File "<string>", line 1, in <module> NameError:
相关文章
相关标签/搜索