diff options
Diffstat (limited to 'python-func/task8.py')
| -rw-r--r-- | python-func/task8.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python-func/task8.py b/python-func/task8.py index 923d598..345496f 100644 --- a/python-func/task8.py +++ b/python-func/task8.py @@ -1,6 +1,7 @@ def digit_sum(n: int) -> int: return sum(map(int, str(n))) + print("Счастливые билеты:") for i in range(100, 1000): for j in range(100, 1000): |