Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, November 29, 2012

Codecademy: product


#sample solution


def product(intList):
intProduct = 1
for element in intList:
intProduct = intProduct * element
return intProduct

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts