Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 150 Bytes

File metadata and controls

8 lines (7 loc) · 150 Bytes

Functions in Python

The basic syntax of a python function is:

def function_name(input variables):
    #do something
    #return something