Posted: Sat Mar 03, 2012 10:35 am Post subject: Errors in Python
I was wondering how I could catch an error in python?
More specifically, if I'm programming and I have a syntax error it outputs the error to the command line, and then closes instantly. How can I keep that command line open?
Also, is there a "freeze" operation (like how break works in turing)?