What is the difference between Python Arrays and lists?
Shathana. S.R. Answered question July 7, 2023
List is used to collect items that usually consist of elements of multiple data types. An array is also a vital component that collects several items of the same data type. List cannot manage arithmetic operations. Array can manage arithmetic operations.
Shathana. S.R. Answered question July 7, 2023
