mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 08:17:01 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d412a6e612
commit
fe495e2430
|
@ -35,7 +35,6 @@ def super_digit(n_str: str, repetitions: int) -> int:
|
|||
9
|
||||
"""
|
||||
|
||||
|
||||
# Calculate the initial sum of the digits in n_str
|
||||
digit_sum = sum(int(digit) for digit in n_str)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user