Skip to content

Instantly share code, notes, and snippets.

@selva86
Created June 30, 2021 14:34
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 selva86/6ef209f7cf1e91885daebf51cd7191e1 to your computer and use it in GitHub Desktop.
Save selva86/6ef209f7cf1e91885daebf51cd7191e1 to your computer and use it in GitHub Desktop.
np.random.seed(100)
alphabets = list('ABCDEFGHIJKLMNOPQRSTUVXYZ')
A = np.random.choice(alphabets, 10)
B = np.random.choice(alphabets, 20)
C = np.random.choice(alphabets, 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment