knowledgebase

Viewing articles tagged “Modifying elements in Python tuples”

Viewing articles tagged “Modifying elements in Python tuples”

description

Updating Tuples in Python: Modifying Tuple Elements

In Python, tuple is an immutable data type. An immutable object cannot be modified once it is created in the memory. Example 1 If we try…

arrow_forward
arrow_back « Back