a='aaaa' print isinstance(a, basestring)#true print isinstance(a, str)#true
python built-in-types
built-in-types ×1
python ×1