#!/usr/local/bin/python2 from collections import Sequence print isinstance(list, Sequence)