I don’t see arrays topic covered
Is it because of list is similar to that
How can we differentiate between list and arrays in python
Not w.r.t dynamic , need w.r.t type of function
I don’t see arrays topic covered
Is it because of list is similar to that
How can we differentiate between list and arrays in python
Not w.r.t dynamic , need w.r.t type of function
Hey @Ramu-Rebal-2078248865781508, Lists and arrays are used in Python to store data(any data type- strings, integers etc), both can be indexed and iterated also. Difference between lists and arrays are the functions that you can perform on them. Please refer this link for best understanding !
I hope you are able to understand !
Happy Learning