Python Length of Array
We've all used Python lists or arrays in code at some point. Counting the number of items in a list with len() seems straightforward—and for most cases, it is. But when you work with nested lists, arrays from the array module, or third-party structur...
milddev.hashnode.dev7 min read