+1 vote
in Python by
l = [ 4, 8, 9, 2.6, 5 ] is a type of which data type in python?

a) List

b) Tuple

c) Set

d) None of these
...