Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaibhavmojidra/python---demo-list-and-tuple

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.
https://github.com/vaibhavmojidra/python---demo-list-and-tuple

list mojidra python python-3 python3 tuples tuples-in-python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 8 days ago
JSON representation

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.

Awesome Lists containing this project