mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
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_and(a: int, b: int):
|
||||
"""
|
||||
Take in 2 integers, convert them to binary,
|
||||
|
Reference in New Issue
Block a user