How is a Python list different from an array?
Answers
Answered by
0
list in Python is a collection of items which can contain elements of multiple data types, which may be either numeric, character logical values, etc. ... Array: An array is a vector containing homogeneous elements i.e. belonging to the same data type
Similar questions