To check the type of a Python object, use the built-in type() function. For example, type("test") returns . Or type(9001) returns.
確定! 回上一頁