Skip to content

Commit aeb1cca

Browse files
authored
Update functions_beyza_sungar.py
1 parent 24d5012 commit aeb1cca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Week03/functions_beyza_sungar.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ def custom_equation(x: int =0, y:int=0,/, a: int=1, b:int =1,*,c:int = 1) ->floa
88
param a is the third number
99
param b is the fourth number
1010
param c is the fifth number
11-
12-
and these parameters have default values:
13-
x = 0
14-
y = 0
15-
a = 1
16-
b = 1
17-
c = 1
1811
'''
1912
return float((x**a + y**b)/c)
2013

0 commit comments

Comments
 (0)