try: 
    input = raw_input 
except NameError: 
    pass 

This gave me the same output exited with code zero 

Same with or without.

I am happy with the code 0 in it for now but if anyone knows with Geany in 
Linux Mint 14 Nadia what I can do to get it to say something nice and proper I 
would appreciate it for my next program.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to