ArrayList python equivalent

I just looked at the array and array List

and found that the array is a fixed length and cannot be changed when the arraylist parameter can be changed and has a variable length

my question is:

array == tuple in python?

and arraylist == list in python?

and if they are not equivalent python array and arraylist?

+4
source share
2 answers

ArrayList java list python . O (1) O (1), .

Array java tuple python. , . Python tuple , tuple, java Array.

+8
  • Java ArrayList Python.
  • , , .
  • Java Array , .
  • , Python.
+1

Source: https://habr.com/ru/post/1608918/


All Articles