(转)submit text中python的input函数没用

(转)方法参考自网络,此处只为记录。

1、Ctrl + shift + P ,在弹出的输入框中输入install package control;

2、Ctrl + shift +p, 输入/选择 Package Control: Install Package,然后在新的输入框中输入SublimeREPL,回车

3、依次点击Preferences—Key Buildings,输入以下内容,然后保存,设置按键F5(可以随意修改)为运行程序快捷键

[
    { "keys": ["f5"], "caption": "SublimeREPL:Python", 
                      "command": "run_existing_window_command", "args":
                      {
                           "id": "repl_python_run",
                           "file": "config/Python/Main.sublime-menu"
                      } 
    },
]

--------------------- 	

原文:https://blog.csdn.net/weixin_42116878/article/details/80434411

猜你喜欢

转载自blog.csdn.net/foucx1/article/details/88026851