开发者社区 问答 正文

Python的operator. xor(a, b)的作用是什么?

Python的operator. xor(a, b)的作用是什么?

展开
收起
游客ydhxr2xydmgpo 2021-11-06 11:54:25 336 分享 版权
1 条回答
写回答
取消 提交回答
  • a与b按位异或,并返回结果。

    2021-11-06 11:54:53
    赞同 展开评论