python 退出程序的执行

使用sys.exit()退出当前程序的执行

import sys

if x==0:
   sys.exit()

 

posted @ 2019-06-22 16:50  notis  阅读(10610)  评论(0编辑  收藏  举报