Skip to content

Commit 01c5d91

Browse files
authored
Update rdev521_hello.py
1 parent 6f79d7c commit 01c5d91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/rdev521_hello.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
def kaprekar_routine(number: int) -> int:
22
"""
33
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
45
>>> kaprekar_routine(3524)
56
3
67
>>> kaprekar_routine(6174)

0 commit comments

Comments
 (0)