📜  python break out of function - Python代码示例
📅  最后修改于: 2022-03-11 14:45:49.016000             🧑  作者: Mango
代码示例2
def function():
return # breaks out of a function
print('This does not happen')