From 6bef1e28d288020a36cfc55e81261bb2b4610006 Mon Sep 17 00:00:00 2001 From: Barb Cutler Date: Tue, 30 Jul 2024 12:07:38 -0400 Subject: [PATCH] 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) )