Source Code:
(back to article)
a = 5 b = 3 result = a ^ b print(result)
Result:
Report an issue