Skip to content

Commit 93381c4

Browse files
Update functions_yavuz_selim.py
1 parent 3b02c74 commit 93381c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Week03/functions_yavuz_selim.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ 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
15+
:type c: int
1416
:return : The result of the equation with the given values
1517
:rtype: int
1618
"""

0 commit comments

Comments
 (0)