check if object is array like python

Solutions on MaxInterview for check if object is array like python by the best coders in the world

showing results for - "check if object is array like python"
Angela
03 Mar 2017
1if hasattr(N, "__len__")