
geeksforgeeks.org
https://www.geeksforgeeks.org/python/declaring-an-…
Declaring an Array in Python - GeeksforGeeks
Declaring an array in Python means creating a structure to store multiple values, usually of the same type, in a single variable. For example, if we need to store five numbers like 10, 20, 30, 40, and 50, instead of using separate variables for each, we can group them together in one array.