mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-19 19:03:02 +08:00
Create codespell.yml (#1698)
* fixup! Format Python code with psf/black push * Create codespell.yml * fixup! Format Python code with psf/black push
This commit is contained in:
@ -30,5 +30,5 @@ def digitsum(s: str) -> int:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
count = sum(digitsum(str(i)) for i in range(1000,1000000))
|
||||
count = sum(digitsum(str(i)) for i in range(1000, 1000000))
|
||||
print(count) # --> 443839
|
||||
|
Reference in New Issue
Block a user