Skip to content

Instantly share code, notes, and snippets.

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 QuantumFractal/ea0c416d5066a39cc8a7 to your computer and use it in GitHub Desktop.
Save QuantumFractal/ea0c416d5066a39cc8a7 to your computer and use it in GitHub Desktop.
Should Be Studying but Instead; Gist!
import random
things_to_do = ['Study', 'No really, study','Play video games','Nap',
'Study Break', 'Do python', 'Watch Netflix']
print random.choice(things_to_do)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment