The share link has been copied to clipboard
Reference

Tuples in Python

275 views · May 12, 2023
Visit Channel:infallibletechie.com
Tuples in Python Tuples in Python are similar to list data type. It makes use of ( and ). List uses [ and ]. The significant difference is, once we create the Tuples, we cannot modify their contents(Immutable). If we try to change the content, it will throw an error at run time. They uses less memory or storage when compared to the list. So, they are more efficient than list. list supports sort() method. But, Tuples doesn't support sort() method. Blog Post: https://www.infallibletechie.com/2023/05/tuples-in-python.html
Show More

Comments

loading text loading
loading text loading
loading text
loading text loading
loading text
loading text loading
loading text
loading text loading
loading text