Skip to content

Commit

Permalink
[Testing:Autograding] typo in example (#40)
Browse files Browse the repository at this point in the history
This file is buggy submission so it should be incorrect submission not
correct

---------

Co-authored-by: Barb Cutler <[email protected]>
  • Loading branch information
BasmaElhoseny01 and bmcutler authored Jul 30, 2024
1 parent 9110297 commit a92a8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01_simple_python/submissions/buggy2.py
Original file line number Diff line number Diff line change
@@ -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) )

0 comments on commit a92a8af

Please sign in to comment.