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 1f75c1c commit 0bc779dCopy full SHA for 0bc779d
Week04/functions_esra_kaya.py
@@ -1,4 +1,4 @@
1
-custom_power = lambda x=0, /, e=1: x ** e
+def custom_power = lambda x=0, /, e=1: x ** e
2
3
def custom_equation(x: int = 0, y: int = 0, /, a: int = 1, b: int = 1, *, c: int = 1) -> float:
4
"""
0 commit comments