pass :不做任何事情,只起到占位的作用 continue: 跳出本次循环 break:结束循环 exit():结束整个程序 exit(0):无错误退出 exit(1):有错误退出 退出代码是告诉解释器的