We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ececc5 commit 02c75cbCopy full SHA for 02c75cb
Week04/functions_tarik_bozgan.py
@@ -1,4 +1,4 @@
1
-custom_power = lambda x, /, 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