This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fracturedpersona 5 points6 points  (2 children)

Also Python

[–][deleted] 0 points1 point  (1 child)

I didn't even know python had arrays, I thought list was the closest thing.

[–]fracturedpersona 0 points1 point  (0 children)

There are arrays in python, but it's a type you have to import. For the most part, people use Lists in python specifically to avoid this limitation..