What is the output of the following program?
Import sys
L1 = tuple()
Print(sys.getsizeof(L1) , end = " ")
L1 = (1, 2) print(sys.getsizeof(L1) , end = " ")
L1 = (1, 3, (4, 5) )
Print(sys.getsizeof(L1) , end = " ")
L1 = (1, 2, 3, 4, 5, [3, 4], 'p', '8', 9.777, (1, 3) )
Print(sys.getsizeof(L1) )
A) 0 2 3 10
B) 32 34 35 42
C) 48 64 72 128
D) 48 144 192 480
Correct Answer:
Verified
Q18: What is the output of the following
Q19: What is the output of the following
Q20: What is the output of the following
Q21: What is the output of the following
Q22: What is the output of the following
Q24: What is the output of the following
Q25: What is the output of the following
Q26: What is the output of the following
Q27: What is the output of the following
Q28: What is the output of the following
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents