There was an error while loading. Please reload this page.
1 parent 6f79d7c commit 01c5d91Copy full SHA for 01c5d91
1 file changed
scripts/rdev521_hello.py
@@ -1,6 +1,7 @@
1
def kaprekar_routine(number: int) -> int:
2
"""
3
4 basamaklı sayıları alıp Kaprekar sabitine (6174) kaç adımda ulaştığını buluyorum.
4
+ Daha fazla bilgi için link : https://wikipedia.org
5
>>> kaprekar_routine(3524)
6
7
>>> kaprekar_routine(6174)
0 commit comments