开发者社区 问答 正文

Python 中的 help() 函数是什么啊?

Python 中的 help() 函数是什么啊?

展开
收起
游客vwuxaq6iqaowc 2021-10-31 18:35:31 580 分享 版权
1 条回答
写回答
取消 提交回答
  • help() 函数返回帮助文档和参数说明:

    运行结果如下:

    Help on function copy in module copy

    copy(x)

    Shallow copy operation on arbitrary Python objects.

    See the module』s doc string for more info.

    2021-10-31 18:36:02
    赞同 展开评论