Answer to Question #220961 in Python for Hari nadh babu

Question #220961

Product of the Given Numbers


This Program name is Product of the Given Numbers. Write a Python program to Product of the Given Numbers, it has two test cases


The below link contains Product of the Given Numbers question, explanation and test cases


https://drive.google.com/file/d/183UAEG0VEPhi_5aoLZwcBOK2iUALpI2G/view?usp=sharing


We need exact output when the code was run

1
Expert's answer
2021-08-03T11:46:40-0400
N=int(input())
res=1
for i in range(N):
    num=int(input())
    res*=num
print(res)

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