Skip to content

Instantly share code, notes, and snippets.

@IuryAlves
Last active January 2, 2016 01:49
Show Gist options
  • Select an option

  • Save IuryAlves/8233027 to your computer and use it in GitHub Desktop.

Select an option

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