Q&A
Course Info
Curriculum
Get Started
1 / 3
What keyword allows a function to send a result back to the caller?
def
add(a,
b):
a
+
b
return
send
pass
break
Previous
Confirm