Validar la cadena usando seis biblioteca python

from six import string_types
isinstance(s, string_types)
Kind Kangaroo