-
-
Save stephengruppetta/76e27728850ab2045667319f032abea6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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