Home  >  Article  >  Backend Development  >  How to stop python infinite loop

How to stop python infinite loop

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-06-13 14:15:0516892browse

When we run the code to print the results, the output column keeps working, and the output results go through an infinite loop. What should we do? Let me introduce to you how to stop the python infinite loop?

The termination method in each IDE is slightly different. Here are the termination methods of three different IDEs:

How to stop python infinite loop

Open JUPYTER NOTEBOOK and create a new blank PY document.

How to stop python infinite loop

You may not be able to see an infinite loop when it occurs, but you can see it by dragging the scroll bar.

Related recommendations: "Python Video Tutorial"

How to stop python infinite loop

At this time, you need to press this small square to stop.

How to stop python infinite loop

Open the SHELL of PYTHON.

How to stop python infinite loop

It will be more obvious if there is an infinite loop here, and it will keep scrolling.

How to stop python infinite loop

We need to press CTRL C to terminate.

How to stop python infinite loop

If an infinite loop occurs in PYCHARM, it can only be seen below.

How to stop python infinite loop

How to stop python infinite loop

Click the small square on the left, and it will end when it changes from red to colorless.

How to stop python infinite loop

The above is the detailed content of How to stop python infinite loop. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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