The isinstance() function in Python checks if the object (first argument) is a subclass of the second argument.
確定! 回上一頁