Computer Science, asked by Rockstar9086, 16 days ago

Write a program in python to input two numbers from the user and find their product.​

Answers

Answered by souhardya51
2

Answer:

First, the two numbers are stored in the variables num_1 and num_2, respectively. Multiplication in Python is done by ( * ) operator, Then the result is saved in the product variable and printed out using string formatting.

Explanation:

Hope it helps you

Please mark me as the brainliest and drop some thanks

Answered by msseemarai1981
1

Answer:

Hi hope this helps you have a great day ahead

Explanation:

First, the two numbers are stored in the variables num_1 and num_2, respectively. Multiplication in Python is done by ( * ) operator, Then the result is saved in the product variable and printed out using string formatting.

Similar questions