- 2
Write a python program that prompts the user for two numbers, reads them in and prints out the product, labeled
3 Réponses
+ 2
Danhinn Irungu your question is not well understood.
Read carefully the procedures of asking and writing a question. It will help you to get precise answers.
https://www.sololearn.com/discuss/1316935/?ref=app
0
You meant you will take two inputs and multiply them??
Take inputs as integers
Use '*' for to multiply them.
Use print to output the result.
0
Hi