To inspect a Python object, use help() function. It returns a documentation of the object. For example, help(10) describes an int object.
確定! 回上一頁