解決sublime不能正常使用python3中的input

執行如下步驟

1.安裝SublimeREPL插件
2.打開快捷鍵設置運行的快捷鍵python

首選項->快捷設置插件

{"keys":["ctrl+y+h"],
 "caption": "SublimeREPL: Python - RUN current file",
 "command": "run_existing_window_command", 
"args": {"id": "repl_python_run","file": "config/Python/Main.sublime-menu"}
 }

4.而後按快捷鍵就能夠打開另外一窗口進行input操做,(以前是在底部打開的控制檯)code

相關文章
相關標籤/搜索