开发者社区 问答 正文

python内置函数的集合类操作类型有哪些?

python内置函数的集合类操作类型有哪些?

展开
收起
游客fbdr25iajcjto 2021-11-06 10:13:08 246 分享 版权
1 条回答
写回答
取消 提交回答
  • basestring() format(value [, format_spec]) unichr(i) enumerate(sequence [, start = 0]) iter(o[, sentinel]) max(iterable[, args...][key]) min(iterable[, args...][key]) dict([arg]) list([iterable]) set() frozenset([iterable]) str([object]) sorted(iterable[, cmp[, key[, reverse]]]) tuple([iterable]) xrange([start], stop[, step])

    2021-11-06 10:14:56
    赞同 展开评论