📜  如何在python代码示例中退出程序

📅  最后修改于: 2022-03-11 14:46:00.052000             🧑  作者: Mango

代码示例2
import sys sys.exit()    //This will exit the python program