Python isinstance () method is a built-in method. It returns True if object (first argument) is an instance of the given type, else returns False.
確定! 回上一頁