Answers for "is there way to stop the python functio"

1

stop function python

def some_fuction():
  print("This is all I do!")
  return
# A simple return will end a function
Posted by: Guest on February-27-2020
0

Python stop the whole function

import sys sys.exit()
Posted by: Guest on August-12-2021

Code answers related to "is there way to stop the python functio"

Python Answers by Framework

Browse Popular Code Answers by Language