Write a program to find sum of three numbers in Python code example Example: how to return the sum of two numbers python def add(a, b): return a + b