+ 1
are the lists in python compromised of homogeneous items?
as in other programming languages, do the list items have to be of same type?
3 Answers
+ 1
never mind, got the answer in one of the following pages. it can have items of different types.
+ 1
no, it is not necessary to store same type of items in a list
0
yep, thanks kritak