return

Used to exit a function and return a value

Python
def myFunction():
    return 42