Skip to content

Commit 02c75cb

Browse files
committed
Bugs fixed
1 parent 0ececc5 commit 02c75cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week04/functions_tarik_bozgan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
custom_power = lambda x, /, e=1: x ** e
1+
custom_power = lambda x=0, /, e=1: x ** e
22

33
def custom_equation(x: int = 0, y: int = 0, /, a: int = 1, b: int = 1, *, c: int = 1) -> float:
44
"""

0 commit comments

Comments
 (0)