Using type() command, you can pass a single argument, and the return value will be the class type of the argument given, example: type(object).
確定! 回上一頁