mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-19 19:03:02 +08:00
psf/black code formatting (#1277)
This commit is contained in:

committed by
Christian Clauss

parent
07f04a2e55
commit
9eac17a408
@ -35,9 +35,7 @@ bruno@bruno-laptop:~/git/Python/project_euler/problem_15$ python3 sol1.py 1
|
||||
2
|
||||
|
||||
"""
|
||||
n = (
|
||||
2 * n
|
||||
) # middle entry of odd rows starting at row 3 is the solution for n = 1,
|
||||
n = 2 * n # middle entry of odd rows starting at row 3 is the solution for n = 1,
|
||||
# 2, 3,...
|
||||
k = n / 2
|
||||
|
||||
|
Reference in New Issue
Block a user