The isinstance(object, type) method checks if object belongs to type , and returns True if that condition holds, and False otherwise. Common types are: int, str ...
確定! 回上一頁