Skip to content

Commit 5b29aba

Browse files
Update functions_fevzi_bagriacik.py
1 parent 3150a5b commit 5b29aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week04/functions_fevzi_bagriacik.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
custom_power = lambda x = 0, /, e = 1 : x ** e
44

5-
def custom_equation(x = 0, y = 0, /, a = 1, b = 1, *, c = 1):
5+
def custom_equation(x=0, y=0, /, a=1, b=1, *, c=1) -> float:
66
"""
77
This function calculates (x ** a + y ** b) / c.
88

0 commit comments

Comments
 (0)