Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Sublime Text 2 测试接受用户输入?例如,这个:
x = input() print(x)
吐出一个EOFError。我怎样才能让它接受用户输入?或者打开一个控制台窗口来接受用户输入?
试试这个插件,SublimeREPL 提供了一个简单的 python 控制台:
https://github.com/wuub/SublimeREPL