📊 Python
Q. What data type is the object below?
L = [1, 23, „hello?, 1]
  • (A) List
  • (B) Dictionary
  • (C) Tuple
  • (D) Array
💬 Discuss
✅ Correct Answer: (A) List

Explanation: List in python starts with [ and ends with ] .
Anything written inside square brackets is list in python.

Explanation by: Jitendra Singh
List in python starts with [ and ends with ] .
Anything written inside square brackets is list in python.

💬 Discussion


📊 Question Analytics

👁️
275
Total Visits
📽️
4 y ago
Published
🎖️
Ram Sharma
Publisher
📈
89%
Success Rate