Tuples: What will the output of the following program be - print(T + 10)?

Code:

T = (1)
print(T + 10)

    Comments