Python | Data Type | Question 2
What data type is the object below ?
L = [1, 23, ‘hello’, 1]
(A) List
(B) Dictionary
(C) Tuple
(D) Array
Answer: (A)
Explanation: [ ] defines a list
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...