开发者社区 问答 正文

Python中,dict() 函数的语法是什么?

Python中,dict() 函数的语法是什么?

展开
收起
游客ydhxr2xydmgpo 2021-10-31 21:25:57 409 分享 版权
1 条回答
写回答
取消 提交回答
  • class dict(**kwarg) class dict(mapping, **kwarg) class dict(iterable, **kwarg)

    2021-10-31 21:26:27
    赞同 展开评论