1.

Question 11: Find the output of the following program:list = [1, 2, 3, None, (1, 2, 3, 4, 5), ['Geeks', 'for', 'Geeks']]print(len(list))(A) 12(B) 11(C) 6(D) 22

Answer»


Discussion

No Comment Found