What is the output of the add() function call
def add(a, b):
return a+5, b+5
result = add(3, 2)
print(result)
a)Syntax Error
b)(8,7)
c)15
.
d)8
Answers
Answered by
0
Answer:
option a
please mark as brainlist
Similar questions
English,
2 months ago
Math,
2 months ago
English,
4 months ago
Math,
4 months ago
CBSE BOARD X,
10 months ago