Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created January 6, 2024 11:58
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 stephengruppetta/76e27728850ab2045667319f032abea6 to your computer and use it in GitHub Desktop.
Save stephengruppetta/76e27728850ab2045667319f032abea6 to your computer and use it in GitHub Desktop.
some_numbers = [1, 2, 3, 5, 8, 13]
some_names = ["Bob", "Fred", "Mary", "Kate"]
some_weird_list = [1, 2.2, True, "Hello there!", (0, 0), [2, 4, 6]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment