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
0
Answer:
what is your question plz tell me
Answered by
2
Answer:
in which application?
Similar questions