Answer to Question #219798 in Python for Hari nadh babu

Question #219798
Sum or Product

Write a Python Program of Sum or Product.It Consists of two test cases



The below link contains Sum or Product - question, explanation and test cases



https://drive.google.com/file/d/1-1Wae8SU_T7ECmBm9dKdGUwBjQ4sg28p/view?usp=sharing



We need all test cases can be come while code was run
1
Expert's answer
2021-07-24T07:02:30-0400
A=int(input())
B=int(input())
result=A+B
if result<10:
    print(result)
else:
    result=A*B
    print(result)





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