Predict the output of following code
def add(x,y,z):
print(x+y+z)
def product(x,y,z):
return(x*y*z)
a=add(3,4,5)
b=product(3,4,5)
print(a,b)
3
Answers
Answered by
0
Answer:
print ab
hope it will help you
please mark me the branliest
Similar questions
Math,
4 months ago
Math,
4 months ago
Science,
4 months ago
Social Sciences,
9 months ago
Computer Science,
9 months ago
Science,
1 year ago
Chemistry,
1 year ago
Science,
1 year ago