Math, asked by janhavi2500, 6 months ago

Write
program to find the product
two
of
numbers
and be where a=180
land b - 200​

Answers

Answered by Anonymous
0

180 * 200 = 36000................

Answered by deep509aman
2

Answer:

# to find product of two

a=int(input ())

b=int(input ())

c=a+b

print (c)

Similar questions