diff --git a/examples/01_simple_python/submissions/buggy2.py b/examples/01_simple_python/submissions/buggy2.py index e53609a..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 correct. +# This file contains a math mistake, and will therefore be graded as incorrect. print(64 * 9. / (5 + 32) )