Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created February 14, 2017 17:21
Show Gist options
  • Select an option

  • Save schweigert/769ca781855c64be1f7ce24775e7b68f to your computer and use it in GitHub Desktop.

Select an option

Save schweigert/769ca781855c64be1f7ce24775e7b68f to your computer and use it in GitHub Desktop.
n = int(input("quantos números? "))
lista = []
for i in 0..n
lista.append(int(input()))
a = 1
for i in lista
a *= i
print(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment