We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112fbc0 commit fd5a47cCopy full SHA for fd5a47c
1 file changed
funcs/func.py
@@ -1,6 +1,2 @@
1
def sum(x: float, y: float) -> float:
2
return x + y
3
-
4
5
-def corr_formatted_func(var1, var2, var3):
6
- print(var1, var2, var3)
0 commit comments