Skip to content

Instantly share code, notes, and snippets.

@samlexrod
Last active November 10, 2019 01:37
Show Gist options
  • Save samlexrod/b84d9ce7984f5319ba3e083c2f9ff59b to your computer and use it in GitHub Desktop.
Save samlexrod/b84d9ce7984f5319ba3e083c2f9ff59b to your computer and use it in GitHub Desktop.
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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment