Skip to content

Commit 7b47d0e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3c5aa33 commit 7b47d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/Addition_without_arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ def add(first: int, sec: int) -> int: # Create a function
3434
import doctest
3535

3636
doctest.testmod()
37-
37+
3838
# print("Sum of two numbers", add(first, sec))
3939
# Display sum of two numbers

0 commit comments

Comments
 (0)