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 fadb2e0 commit c7d8df4Copy full SHA for c7d8df4
calculator.py
@@ -4,7 +4,7 @@
4
"""
5
6
# Should this function even be here?
7
-def poorly_implemented_function_with_no_close_parenthesis(
+
8
9
def addition(x: int, y: int) -> int:
10
0 commit comments