How to terminate a script?
I am aware of the die() command in PHP which exits a script early.
I am aware of the die() command in PHP which exits a script early.
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?