commit 84c6972adda9c519888bc3d10bf7fc35124a6c4d parent 70818c4ab143869afc8b2c58f03ea4f771fe1d93 Author: therealFIGBERT <figbertwelner@gmail.com> Date: Wed, 5 Feb 2020 23:06:01 -0800 :shirt: Add blank end line to solution to problem 11 Diffstat:
M | problem011.py | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/problem011.py b/problem011.py @@ -84,4 +84,4 @@ diagonal = largestDiagonal(VAL) horizontal = largestHorizontal(VAL) vertical = largestVertical(VAL) answer = max([diagonal, horizontal, vertical]) -print(f"The greatest product of four adjacent numbers in the same direction in the 20×20 grid is {answer}") -\ No newline at end of file +print(f"The greatest product of four adjacent numbers in the same direction in the 20×20 grid is {answer}")