Skip to content

Instantly share code, notes, and snippets.

@renzon
Created April 28, 2015 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renzon/01edda30159981f74ec2 to your computer and use it in GitHub Desktop.
Save renzon/01edda30159981f74ec2 to your computer and use it in GitHub Desktop.
inputs em uma lsita
numeros = [int(input('Digite um numero: ')) for i in range(5)]
print(numeros)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment