+ 5
What the difference between an "Array" and a "List" in Python.
3 Respostas
+ 5
Ok thanks
+ 3
A quick Google search gave me the answer👇
https://www.geeksforgeeks.org/difference-between-list-and-array-in-JUMP_LINK__&&__python__&&__JUMP_LINK/
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 ✌️