Computer Science, asked by velishalaupender63, 9 months ago

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

Answer:

print ab

hope it will help you

please mark me the branliest

Similar questions