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