The isinstance() function in Python is used to check whether the mentioned object is of the specified type or not. It returns True if yes, otherwise false.
確定! 回上一頁