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 96930f5 commit 1f75c1cCopy full SHA for 1f75c1c
Week04/functions_esra_kaya.py
@@ -1,4 +1,4 @@
1
-def custom_power(x=0, /, e=1): return x ** e
+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