We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b1eeb commit 78d7f6fCopy full SHA for 78d7f6f
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