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?
Ctrl + C
exit()
pkill -f name-of-the-python-script