How to give input to Python Program in sublime text
Автор: codeeuler
Загружено: 2020-07-05
Просмотров: 16388
Описание:
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.
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: