Skip to content

Commit 33a3e11

Browse files
author
Vivek Patel
committed
Updated binary_xor_operator.py
1 parent f9b890f commit 33a3e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bit_manipulation/binary_xor_operator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://www.tutorialspoint.com/python3/bitwise_operators_example.htm
12

23
def binary_xor(a: int, b: int):
34
"""

0 commit comments

Comments
 (0)