我在SublimeREPL中运行以下代码:
while(True): a = raw_input() print a
如何在运行时停止输入? Ctrl+C,Ctlr+D或者Ctrl+Z似乎不像在终端中那样工作.