Skip to content

Instantly share code, notes, and snippets.

@utinajerolps
Created September 11, 2014 21:13
Show Gist options
  • Save utinajerolps/c9d17da4c63eed575e0f to your computer and use it in GitHub Desktop.
Save utinajerolps/c9d17da4c63eed575e0f to your computer and use it in GitHub Desktop.
def product(yum):
total = 1
for num in yum:
total *= num
return total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment