Skip to content

Commit

Permalink
Update buggy2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcutler authored Jul 30, 2024
1 parent 1eec94d commit 6bef1e2
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 Incorrect.
# This file contains a math mistake, and will therefore be graded as incorrect.

print(64 * 9. / (5 + 32) )

0 comments on commit 6bef1e2

Please sign in to comment.