Skip to content

Instantly share code, notes, and snippets.

@jasonamyers
Last active March 1, 2016 14:16
Show Gist options
  • Select an option

  • Save jasonamyers/4fc15079fd0aede4d9d2 to your computer and use it in GitHub Desktop.

Select an option

Save jasonamyers/4fc15079fd0aede4d9d2 to your computer and use it in GitHub Desktop.
In [1]: import random
In [2]: """
...: """
Out[2]: '...'
In [3]: entries = Out[2].splitlines()
In [4]: entries
Out[4]:
[...]
In [5]: random.choice(entries)
Out[5]: '@ossanna16'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment