0

I was looking at the solution to a Python problem, and in it was

int ^= num

I don't understand what it means.

When I searched for it, I got a bunch of posts explaining what the caret sign does on its own, but I'm trying to figure out what ^= means.

1
  • This question is similar to: ^=, -= and += symbols in Python. If you believe it’s different, please edit the question, make it clear how it’s different and/or how the answers on that question are not helpful for your problem.
    – Andrew Yim
    Commented Jun 30 at 2:57

0

Browse other questions tagged or ask your own question.