+ 5

What the difference between an "Array" and a "List" in Python.

18th Sep 2020, 1:02 PM
Apongpoh Gilbert
Apongpoh Gilbert - avatar
3 Respostas
+ 5
Ok thanks
18th Sep 2020, 1:10 PM
Apongpoh Gilbert
Apongpoh Gilbert - avatar
18th Sep 2020, 1:06 PM
Arsenic
Arsenic - avatar
0
Apongpoh Gilbert they both are almost same and used to store data type like strings integers etc. The only main difference between them is that list don't need declaration because they are the part of python Syntax. whereas array need declaration. hope this will help ✌️
18th Sep 2020, 1:05 PM
Piyush
Piyush - avatar