Example: Printing "Hello World".
print("Hello World")
Example: A basic function.
def addition(value1, value2): return value1 + value2