# 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