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?
If you are working with Spyder, use CTRL + . (DOT) and you will restart the kernel, also you will stop the program.