mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-02 20:06:50 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1c4493ab3f
commit
3f86505897
@ -20,6 +20,7 @@ def add(first: int, second: int) -> int:
|
|||||||
second = carry << 1 # Prepare carry for next iteration
|
second = carry << 1 # Prepare carry for next iteration
|
||||||
return first
|
return first
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import doctest
|
import doctest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user