How to give input to Python Program in sublime text
How to give input to Python Program in sublime text
Step-1: First go to sublime text
step-2: Go to tools inside tools command palette or just hit (clt+shift+p)
step-3: Search Package Control
step-4: Search for (SublimeRepl) and hit enter
step-5: Go to Preferences under Preference go to Key-binding
Here, you will see two-column on the right side past the following code:
-----------------------------------------------------------------------------------------------
[
{ "keys": ["ctrl+alt+b"], "command": "run_existing_window_command", "args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}}
]
------------------------------------------------------------------------------------------
After that save following code and exit the sublime text
Type python program and hit ["ctrl+alt+b"] you will see the sublime console excepting input
Even you can modify command according to your desire.
Видео How to give input to Python Program in sublime text автора Шаг за шагом для всех
Видео How to give input to Python Program in sublime text автора Шаг за шагом для всех
Информация
2 декабря 2023 г. 6:51:41
00:02:22
Похожие видео