+1 vote
in Python by
Which of the following data types is shown below?

L = [2, 54, 'javatpoint', 5]  

What will be the output of this statement?

i) Dictionary

ii) Tuple

iii) List

iv) Stack
...