On Wed, Oct 14, 2009 at 8:53 PM, Peng Yu <pengyu.ut at gmail.com> wrote: > I have the following python code snippet. I'm wondering what command I > should use to terminate the program if the arguments are not right. I usually use sys.exit.