Skip to content

Commit 4af23b8

Browse files
authored
Update3 functions_esra_kaya.py
sorry about "def"
1 parent 0bc779d commit 4af23b8

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-
def custom_power = lambda x=0, /, 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)