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:
@ -19,7 +19,7 @@ def solution(n):
|
||||
>>> solution(40000)
|
||||
39893
|
||||
"""
|
||||
# fetchs the next number
|
||||
# fetches the next number
|
||||
for number in range(n - 1, 10000, -1):
|
||||
|
||||
# converts number into string.
|
||||
|
Reference in New Issue
Block a user