> Typically when the last piece of code executes, the program ends. You > could import sys and explicitly exit by calling sys.exit(0). > Mike
raise SystemExit works too. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list
> Typically when the last piece of code executes, the program ends. You > could import sys and explicitly exit by calling sys.exit(0). > Mike
raise SystemExit works too. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list