运行时错误与ideone,任何人都可以解释?

时间:2017-10-28 15:32:55

标签: python python-2.7

当我使用https://ideone.com时 它给了我运行时错误我怎么能解决这个问题? 代码:

{{1}}

1 个答案:

答案 0 :(得分:1)

这是因为在raw_input()的ideone上你需要提供输入(单击stdin或输入以打开输入输入框)在实际运行程序之前按"运行"或者"想到它"。

它不是像python可执行文件那样的交互式shell。

示例:https://ideone.com/MvI72f

抛出的实际运行时错误是:

Traceback (most recent call last):
  File "prog.py", line 1, in <module>
EOFError: EOF when reading a line