Computer Science, asked by PranitaKumari, 4 months ago

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 krishnan307
0

Answer:

option a

please mark as brainlist

Similar questions
Math, 2 months ago