Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 4, 2019 17:44
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 parzibyte/dcc69e001e7cd9a20245359c203e2c3b to your computer and use it in GitHub Desktop.
Save parzibyte/dcc69e001e7cd9a20245359c203e2c3b to your computer and use it in GitHub Desktop.
import random
numero_aleatorio = random.randint(1, 500)
print("Número aleatorio: ", numero_aleatorio)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment