>>> a = 1000
>>> b = 1
>>> isinstance(a,type(b))
True
>>>

相关文章: