Skip to content

Instantly share code, notes, and snippets.

@IuryAlves
Last active January 2, 2016 01:49
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 IuryAlves/8233027 to your computer and use it in GitHub Desktop.
Save IuryAlves/8233027 to your computer and use it in GitHub Desktop.
import random
lista = random.sample(xrange(1,61), 50)
lista2 = random.sample(xrange(1,61), 50)
lista = lista + lista2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment