Skip to content

Commit 5d721ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 35a668f commit 5d721ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

maths/digitial_root.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
2
1616
"""
1717

18+
1819
def digital_root(n: int) -> int:
1920
"""Return the digital root of a non-negative integer."""
2021
while n >= 10:

0 commit comments

Comments
 (0)