Code has been added to clipboard!

Defining Python Function

Example
def myFunction():
    print("This is my new function")