Last answered:

22 May 2024

Posted on:

27 Feb 2023

0

Concern about [ ].

The symbol [ ] is also know as "array" in python, right? I just need some clarifications.

2 answers ( 0 marked as helpful)
Posted on:

16 Sept 2023

0

I think [ ] is called List. There is no array Functions in python.

Instructor
Posted on:

22 May 2024

0

Hi Ferdinand!

Thanks for reaching out!


As Rohit stated in Python, [ ] defines a list, not an array. Lists are built-in and mutable, while arrays are typically used via libraries like NumPy for numerical computations. 
 

Hope this helps.
Best,
Martin

Submit an answer