Home / CSE MCQs / Python MCQs :: Discussion

Discussion :: Python MCQs

  1. What dataype is the object below ?

    L = [1, 23, 'hello', 1].
  2. A.
    list
    B.
    dictionary
    C.
    array
    D.
    tuple

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    List datatype can store any values within it.


Be The First To Comment