Skip to content

Instantly share code, notes, and snippets.

@dardanxhymshiti
Created June 12, 2020 14:02
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 dardanxhymshiti/fc344316e72a959266ecaecc1282e870 to your computer and use it in GitHub Desktop.
Save dardanxhymshiti/fc344316e72a959266ecaecc1282e870 to your computer and use it in GitHub Desktop.
list_of_fruits = ['apple', 'orange', 'pear', 'cherry', 'banana']
list_of_scores = [80, 98, 50, 55, 100]
tuple_of_person_info = ('John', 'Doe', 20, 'Denver', 'Colorado')
tuple_of_car_info = ('BMW', 'X5', 5000, 'Black', True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment