From ba1dba0768061a25ea438e2019a0f7ab833c8de6 Mon Sep 17 00:00:00 2001 From: Lauchmelder23 Date: Sun, 30 Sep 2018 20:10:45 +0200 Subject: [PATCH] Changed Problem 2 --- Problem_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Problem_2.py b/Problem_2.py index 4b4de94..d461520 100644 --- a/Problem_2.py +++ b/Problem_2.py @@ -23,4 +23,4 @@ while a + b <= 4000000: sum += c print("{}".format(sum)) -# Solution: 4613732 +# Solution: 4613732l