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 758df7f commit 8f44a1aCopy full SHA for 8f44a1a
Week03/functions_irem_dilsat_kose.py
@@ -1,6 +1,6 @@
1
custom_power = lambda x, /, e=1 : x**e
2
3
-def custom_equation(x, y, /, a=1, b=1, *, c=1)-> float:
+def custom_equation(x: int, y: int, /, a: int = 1, b: int = 1, *, c: int = 1)-> float:
4
"""
5
This function computes the expression (x**a + y**b)/c
6
0 commit comments