Computer Science, asked by hb123648, 5 months ago

What will the out put of following code?

def addem(x,y,z):

print(x+y+z)

def prod(x,y,z):

print(x*y*z)

a=addem(6,16,26)

b=prod(2,3,6)

print(a,b) ko​

Answers

Answered by hemantroy1840921
0

Answer:

what is your question plz tell me

Answered by AnubhavGhosh1
2

Answer:

in which application?

Similar questions