Validasi string menggunakan enam python perpustakaan

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