Skip to content

Commit 331e71d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4df05f4 commit 331e71d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maths/disarium.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# disarium.py
22

3+
34
def is_disarium(num):
45
"""
56
Check if a number is Disarium.
@@ -20,4 +21,5 @@ def is_disarium(num):
2021

2122
if __name__ == "__main__":
2223
import doctest
24+
2325
doctest.testmod(verbose=True)

0 commit comments

Comments
 (0)