def add(a, b): return a + b sum = add(1, 1) print(str(sum))