writing functions in python3 code example Example: functions python examples def multiply(a, b): return a * b print(multiply(4, 4))