D
D
DanRstF2022-04-12 10:47:48
Python
DanRstF, 2022-04-12 10:47:48

Sublime text 3, Python Not Working OK Console?

When you enter the print("hello world") command, it writes just finished in a few miles-seconds, but there is no current result itself

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexndrev, 2022-04-12
@Antichrest

In Sublime, Python will not work for you . It's just a code editor. You can safely write code in it and test it through the line. Just use the following:
1. Keyboard shortcut Win + R
$ cd <папка_с_твоим_кодом>
For Windows:
$ python <имя_файла.py>
For Linux:
$python3 <имя_файла.py>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question