Home > Development Tools > sublime > What happens if there is no execution result after Sublime is executed?

What happens if there is no execution result after Sublime is executed?

藏色散人
Release: 2021-11-30 16:01:43
forward
9378 people have browsed it

The following tutorial column of sublime will introduce to you the problem that Sublime Text only has running time but no execution results after execution. I hope it will be helpful to friends in need!

Sublime Text only has running time after execution, but no execution results?

Problem:

After building the python code, only output: [Finished in 0.2s]

Analysis :

Operation memories: You can see the running results at first. Later, you selected "Syntax Check" in Tools>>Build with and performed a syntax check. Then the operation was as above;

Cause:

is related to the above operation!

Solution:

Tools >> Build With, then select "Python" in the pop-up box.

Note:

The pop-up window of Build with only displays the currently selected item after the current selection. Therefore, if a problem occurs, you need to select "Python" again. Here is a question about the usability of python: memorizing options. However, since I am using python2, I don’t know if version 3 does not have this problem.

The above is the detailed content of What happens if there is no execution result after Sublime is executed?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Why doesn’t Sublime Text complete code?
From 1970-01-01 08:00:00
0
0
0
Installation of Sublime Text console failed
From 1970-01-01 08:00:00
0
0
0
Sublime configures PHP environment
From 1970-01-01 08:00:00
0
0
0
Sublime text 3 cannot install Emme?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template