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 0bc779d commit 4af23b8Copy full SHA for 4af23b8
Week04/functions_esra_kaya.py
@@ -1,4 +1,4 @@
1
-def custom_power = lambda x=0, /, e=1: 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