filmov
tv
How to run python script in sublime text and show the result in the command prompt.

Показать описание
Learn how to run the python script in sublime text and show the result in the command prompt easily.
This video helps you learn how to run python code in sublime text without any addons added to it.
Follow this video to learn more about it.
The build text for python to run in sublime text.
{
"shell_cmd": "start cmd /k python $file_name",
"working_dir": "$file_path"
}
create a new build system for sublime text, then copy and paste this code snippet in it. and you should see the magic. More detailed description will given in the video.
If it works for you then don't forget to subscribe to this channel and Hit that LIKE button to support my channel.
THANK YOU
This video helps you learn how to run python code in sublime text without any addons added to it.
Follow this video to learn more about it.
The build text for python to run in sublime text.
{
"shell_cmd": "start cmd /k python $file_name",
"working_dir": "$file_path"
}
create a new build system for sublime text, then copy and paste this code snippet in it. and you should see the magic. More detailed description will given in the video.
If it works for you then don't forget to subscribe to this channel and Hit that LIKE button to support my channel.
THANK YOU