mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
refactor: Indent ... for visual purposes (#7744)
This commit is contained in:
committed by
GitHub
parent
e8915097c4
commit
9bba42eca8
@@ -26,7 +26,7 @@ def solution(n: int = 998001) -> int:
|
||||
39893
|
||||
>>> solution(10000)
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
...
|
||||
ValueError: That number is larger than our acceptable range.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user