In Python, use the type(object) function to return a type object. To access the classname of the type of the object, use the __name__ attribute.
確定! 回上一頁