I just wrote my first Python program a guessing game and it exits with an error I get this.
Armando Montes De Oca
armandomontesdeocaiii at gmail.com
Wed Jun 5 12:01:30 EDT 2013
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.
More information about the Python-list
mailing list