A. print(t[3])
B. t[3] = 45
C. print(max(t))
D. print(len(t))
Tuple in immutable so we can not change or update the tuple value