We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b890f commit 33a3e11Copy full SHA for 33a3e11
bit_manipulation/binary_xor_operator.py
@@ -1,3 +1,4 @@
1
+# https://www.tutorialspoint.com/python3/bitwise_operators_example.htm
2
3
def binary_xor(a: int, b: int):
4
"""
0 commit comments