What is the output of the following program?
tup = (1, 2, 3, 4) tup.append( (5, 6, 7) ) print(len(tup))
1
2
5
Error
This question is part of this quiz :