1 / 3

What keyword allows a function to send a result back to the caller?

def
add(a,
b):
a
+
b