Skip to content
#

tuples-in-python

Here are 62 public repositories matching this topic...

Lists store an ordered collection of items which can be of different types. The key difference between the tuples and lists is that while the tuples are immutable objects the lists are mutable. This means that tuples cannot be changed while the lists can be modified. Tuples are more memory efficient than the lists.

  • Updated Sep 20, 2022
  • Python

Improve this page

Add a description, image, and links to the tuples-in-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tuples-in-python topic, visit your repo's landing page and select "manage topics."

Learn more