解决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

相关文章
相关标签/搜索