A

Admin • 802.91K Points
Coach

Q. What data type is the object below?
L = [1, 23, „hello?, 1]

  • (A) List
  • (B) Dictionary
  • (C) Tuple
  • (D) Array
  • Correct Answer - Option(A)
  • Views: 6
  • Filed under category Python
  • Hashtags:

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.