def outahere():
import os
print 'Bye os world'
os._exit(99)
print 'Never reached'
if __name__ == '__main__': outahere()
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/8223.html
def outahere():
import os
print 'Bye os world'
os._exit(99)
print 'Never reached'
if __name__ == '__main__': outahere()
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/8223.html