In Python, to get the type of an object or check whether it is a specific type, use the built-in functions type() and isinstance() .
確定! 回上一頁