From 1eec94d00a19e2291680380fe05e48c9a171fc0e Mon Sep 17 00:00:00 2001 From: Basma Elhoseny Date: Fri, 16 Feb 2024 13:49:16 +0200 Subject: [PATCH 1/2] Fixed Bug in the Documentaion of the file This file is buggy submission so it should be incorrect submission not correct --- examples/01_simple_python/submissions/buggy2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/01_simple_python/submissions/buggy2.py b/examples/01_simple_python/submissions/buggy2.py index e53609a..86c97f0 100644 --- a/examples/01_simple_python/submissions/buggy2.py +++ b/examples/01_simple_python/submissions/buggy2.py @@ -1,3 +1,3 @@ -# This file contains a math mistake, and will therefore be graded correct. +# This file contains a math mistake, and will therefore be graded Incorrect. print(64 * 9. / (5 + 32) ) From 6bef1e28d288020a36cfc55e81261bb2b4610006 Mon Sep 17 00:00:00 2001 From: Barb Cutler Date: Tue, 30 Jul 2024 12:07:38 -0400 Subject: [PATCH 2/2] Update buggy2.py --- examples/01_simple_python/submissions/buggy2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/01_simple_python/submissions/buggy2.py b/examples/01_simple_python/submissions/buggy2.py index 86c97f0..e5dbdb7 100644 --- a/examples/01_simple_python/submissions/buggy2.py +++ b/examples/01_simple_python/submissions/buggy2.py @@ -1,3 +1,3 @@ -# This file contains a math mistake, and will therefore be graded Incorrect. +# This file contains a math mistake, and will therefore be graded as incorrect. print(64 * 9. / (5 + 32) )