On Fri, Apr 22, 2011 at 4:49 PM, Chris Angelico <rosuav at gmail.com> wrote: > Uhhhh.... NO. NO NO NO. What if someone enters "os.exit()" as their > number? You shouldn't eval() unchecked user input! Whoops, I meant sys.exit() - but you probably knew that already. ChrisA