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

pythonxuexi 2020-01-08

执行以下步骤

1.安装SublimeREPL插件
2.打开快捷键设置运行的快捷键

首选项->快捷设置

{"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操作,(之前是在底部打开的控制台)

相关推荐