We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe98bcc commit f8863d3Copy full SHA for f8863d3
calculator.py
@@ -3,8 +3,8 @@
3
An extremely buggy Python math library . . .
4
"""
5
6
-# Should this function even be here?
7
-def poorly_implemented_function_with_no_close_parenthesis(
+# # Should this function even be here?
+# def poorly_implemented_function_with_no_close_parenthesis(
8
9
def addition(x: int, y: int) -> int:
10
0 commit comments