Valider la chaîne à l'aide de six bibliothèques Python

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