W sprawdzeniu ciągu za pomocą sześciu biblioteki Python

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