網上參考的教程
1、Ctrl + shift + P ,在彈出的輸入框中輸入install package control;
2、Ctrl + shift +p, 輸入 Package Control: Install Package,在彈出的框中輸入SublimeREPL
3、點擊Preferences,Key Buildings,輸入以下內容,然后保存
[ { "keys": ["f5"], "caption": "SublimeREPL:Python", "command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" } }, ]
4、弄完之后,運行有input()的程序時,按F5