Skip to content

Commit 0bc779d

Browse files
authored
Update2 functions_esra_kaya.py
1 parent 1f75c1c commit 0bc779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week04/functions_esra_kaya.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
custom_power = lambda x=0, /, e=1: x ** e
1+
def 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)