+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

Related questions

+1 vote
asked Jul 16, 2020 in Python by GeorgeBell
+1 vote
asked Feb 15, 2021 in Python by SakshiSharma
...