Skip to content

Instantly share code, notes, and snippets.

@adrianmarkperea
Created October 5, 2019 03:43
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 adrianmarkperea/df44f3ee46ae533b518b3c215df32d9a to your computer and use it in GitHub Desktop.
Save adrianmarkperea/df44f3ee46ae533b518b3c215df32d9a to your computer and use it in GitHub Desktop.
# Record yourself trying to type this
categories = ['A', 'B', 'C', 'D', 'B', 'A', 'C', 'C', 'A']
# Over this
categories = list('ABCDBACCA')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment