Computer Science, asked by bishtbishtkrishna127, 5 months ago

Write the output:

def multiply(a,b):

r=a*b

print(a,"*",b,"=",r)

multiply(5,5)​

Answers

Answered by kafi83
0

Answer:

how we give answer of this question

Similar questions