Computer Science, asked by sanasona9008, 4 months ago

write a python program to accept two numbers,multiply them and print​

Answers

Answered by Anonymous
6

Answer:

hello,

Explanation:

#python program to accept two numbers,multiply them and print​ it

a=eval(input("enter the first number"))

b=eval(input("enter the second number"))

product=a*b

print("the product of",a,"and",b,"is:",product)

hope it helps you

please mark brainliest

@ItzSnowySecret07

Similar questions