Post

@PythonPr Output C — Error
Reason:
Tuples in Python are immutable.
x[1] = 99 tries to modify a tuple → raises TypeError: 'tuple' object does not support item assignment
English

@PythonPr Will raise a TypeError on the assignment line, as tuples cannot be modified after creation.😉
English

@PythonPr Programming already being studied as a field of paleoarchaeology
English

















