from collections.abc import Iterable data = [] if isinstance(data, Iterable): pass # data is iterable