mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-19 00:37:02 +00:00
Fix docstring for Euler problem 11, solution 2 (#3227)
This commit is contained in:
parent
7a671483b6
commit
7b60cea490
|
@ -28,7 +28,8 @@ import os
|
||||||
|
|
||||||
|
|
||||||
def solution():
|
def solution():
|
||||||
"""Returns the sum of all the multiples of 3 or 5 below n.
|
"""Returns the greatest product of four adjacent numbers (horizontally,
|
||||||
|
vertically, or diagonally).
|
||||||
|
|
||||||
>>> solution()
|
>>> solution()
|
||||||
70600674
|
70600674
|
||||||
|
|
Loading…
Reference in New Issue
Block a user