标签:运行 building 使用 设置 点击 pytho 弹窗 NPU win
在Sublime Text3中写好Python程序,按Ctrl+B运行程序,在控制台中输入内容,回车,程序没有响应。最后求助网络,找到了解决办法。
依次点击Tools—SublimeREPL—Python—Python - RUN current file,打开一个名为“*REPL*[python]”的文件,它是可交互的,在里面输入内容,回车即可。
三、设置运行快捷键
依次点击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" } }, ]
Python环境下的Sublime Text3无法使用input()函数
标签:运行 building 使用 设置 点击 pytho 弹窗 NPU win
原文地址:https://www.cnblogs.com/ztp0/p/9458722.html