Write the output:
def multiply(a,b):
r=a*b
print(a,"*",b,"=",r)
multiply(5,5)
Answers
Answered by
0
Answer:
how we give answer of this question
Similar questions