From 7915715119c5a532599591dc9f2e554b1e1d1930 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 12 Feb 2020 20:55:20 -0500 Subject: [PATCH] Update Problem_019.py --- Problem_019.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Problem_019.py b/Problem_019.py index 81365da..c91e2b9 100644 --- a/Problem_019.py +++ b/Problem_019.py @@ -42,8 +42,3 @@ while year < endYear: print(counter) # Solution: 171 - - - - -