Skip to content

Commit 8e092a7

Browse files
Update functions_yavuz_selim.py
1 parent 93381c4 commit 8e092a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week03/functions_yavuz_selim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def custom_equation(x:int = 0, y:int = 0, /, a:int = 1, b:int = 1, *, c:int = 1)
1111
:type a: int
1212
:param b: The coefficient for y in the equation, default is 1
1313
:type b: int
14-
:param c: A constant term in the equation, default is
14+
:param c: A constant term in the equation, default is 1
1515
:type c: int
1616
:return : The result of the equation with the given values
1717
:rtype: int

0 commit comments

Comments
 (0)