Fixed reverse words algorithm (#2469)
* updated reversed words
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# https://www.tutorialspoint.com/python3/bitwise_operators_example.htm
|
||||
|
||||
|
||||
def binary_xor(a: int, b: int):
|
||||
"""
|
||||
Take in 2 integers, convert them to binary,
|
||||
|
||||
Reference in New Issue
Block a user