📜  停止程序 python 代码示例

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

代码示例1
def some_fuction():
  print("This is all I do!")
  return
# A simple return will end a function