Skip to content

Commit 0e41e32

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b489b80 commit 0e41e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/maths/kaprekar_constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def kaprekar_routine(number: int) -> int:
22
"""
33
Find steps to Kaprekar constant (6174) bro.
44
Link: https://wikipedia.org
5-
5+
66
>>> kaprekar_routine(3524)
77
3
88
>>> kaprekar_routine(6174)

0 commit comments

Comments
 (0)