pythond how to get length of array code example Example: find array length python array = [1, 2, 3, 4, 5] print(len(arr))