+ 3
What is lists
6 Réponses
+ 14
Lists represent strongly typed list of objects that can be accessed by index. Unlike arrays, lists do not have fixed size
+ 1
Thank u
+ 1
thats wrong. in Java Arrays have a fixed size after they are initialized
0
in python, list does not need to be typed. we can store nonhomogeneous types in list object. List in Python is index based, unlimited size, nonhomogeneous data structure.
0
Akimd of array used in Python
- 2
in java array also have no fixed size