pythonexecutionterminatetermination

How to stop/terminate a python script from running?


I wrote a program in IDLE to tokenize text files and it starts to tokeniza 349 text files! How can I stop it? How can I stop a running Python program?


Solution

  • To stop your program, just press Control + C.