Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

stop procedure python

def some_fuction():
  print("This is all I do!")
  return
# A simple return will end a function
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #stop #procedure #python
ADD COMMENT
Topic
Name
5+7 =