HomeReview of Python Basics Write a Python program to multiply all the items in a list. 0 Comments Facebook Twitter Q. Write a Python program to multiply all the items in a list. Answer = lst = eval(input("Enter a list :-")) mul = 1 for i in lst : mul *= i print(mul)
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )