Computer Science, asked by hmsaurabh, 3 months ago

write a pythin program to print multiplication of two no.

Answers

Answered by SarveshAhuja
0

Answer:

x=5

y=2

ans=str(x*y)

print('your answer is: '+ans)

Similar questions