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?
When I have a python script running on a linux terminal, CTRL + \ works. (not CRTL + C or D)