Program - tuples are immutable
Topic: Program - tuples are immutable
Solution
tup = (1,) tup[0] += 1
List all Python Programs