Report Bug
Qus :

What data type is the object below ?

L=[1, 23, 'hello', 1]

Qus

नीचे दिया गया ऑब्जेक्ट किस प्रकार का डेटा है?

L=[1, 23, 'hello', 1]


A. List
B. Dictionary
C. Tuple
D. Array


Solution
A. List






Report Bug