#python-tips
Read more stories on Hashnode
Articles with this tag
Tuple in Python are immutable Data Structures. Unlike sets, dicts and lists, the values in a tuple cannot be changed once initialized. But is it...