In Python, you can check for type using the type() function, the isinstance() function, and comparing the object's type to a built-in type.
確定! 回上一頁