Answers for "python exit function immediately"

2

python sys halt

import sys
#put your code here
sys.exit
Posted by: Guest on May-12-2020
1

stop procedure 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

Python Answers by Framework

Browse Popular Code Answers by Language