Skip to content

Instantly share code, notes, and snippets.

@SushmaBaliza
Last active June 3, 2020 13:27
Show Gist options
  • Save SushmaBaliza/3d81cdd6e562a01a6820110849c844a7 to your computer and use it in GitHub Desktop.
Save SushmaBaliza/3d81cdd6e562a01a6820110849c844a7 to your computer and use it in GitHub Desktop.
# List of integers
list_1 = [2, 3, 7, 9, 5]
# List of strings
list_2 = ["List", "Tuple", "Python"]
# List of different data types
list_3 = ["Coderefer", 23, 9.5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment