Uscire o terminare uno script python: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
m New page: Per terminare uno script python, tipo die() di perl: sys.exit("aa! errors!") ==Riferimenti== *[http://stackoverflow.com/questions/179369/how-do-i-abort-the-execution-of-a-python-script H...
 
(No difference)

Latest revision as of 11:27, 26 January 2010

Per terminare uno script python, tipo die() di perl:

sys.exit("aa! errors!")

Riferimenti