list_one = ['eggs', 'bacon', 'ham', 'spam']
list_two = [1, 'egg', 2, 'bacon', 'bacon']
list_tree = [list_one, list_two]
list_four = [['eggs', 'bacon'], ['ham', 'spam'], list_tree]
Last active
November 10, 2019 01:37
-
-
Save samlexrod/b84d9ce7984f5319ba3e083c2f9ff59b to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment