Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 26, 2019 16:13
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/2416d76fa3edb116d1115d80a86cc3ac to your computer and use it in GitHub Desktop.
Save parzibyte/2416d76fa3edb116d1115d80a86cc3ac to your computer and use it in GitHub Desktop.
import random
lenguajes = ["Java", "Python", "C", "Go", "JavaScript", "PHP"]
aleatorio = random.choice(lenguajes)
print(aleatorio)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment