assignment-8 Get link Facebook X Pinterest Email Other Apps April 05, 2022 write a program that reads N inputs and print the product of given input integers n=int(input()) p=1 for i in range(n): p*=int(input()) print(p) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment