Answer to Question #265568 in Python for Raj

Question #265568

Write a program

Input: 5,3,3; Output: 5,15,45


1
Expert's answer
2021-11-13T12:40:56-0500
#From the question it is not clear what exatly he wants
#But the code that i wrote here can get the same output mentioned in the question
n = int(input("Input the first number: "))
i = int(input("Input the second number: "))
print(n, 'x', i, '=', n*i )

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS