开发者社区 问答 正文

Python中的a = set1.pop()方法的作用是什么?

Python中的a = set1.pop()方法的作用是什么?

展开
收起
游客k7rjnht6hbtk6 2021-11-06 11:11:11 295 分享 版权
1 条回答
写回答
取消 提交回答
  • 取 set1 中一个元素,并赋值给 a

    2021-11-06 11:11:26
    赞同 展开评论