Sublime text3作为Python的IDE不能正常使用input和raw_input

首先安装SublimeREPL(利用Package Control),然后修改Preference->Key Bindings-User 把下面这段话copy进去

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

你可能感兴趣的:(python)