We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93381c4 commit 8e092a7Copy full SHA for 8e092a7
Week03/functions_yavuz_selim.py
@@ -11,7 +11,7 @@ def custom_equation(x:int = 0, y:int = 0, /, a:int = 1, b:int = 1, *, c:int = 1)
11
:type a: int
12
:param b: The coefficient for y in the equation, default is 1
13
:type b: int
14
- :param c: A constant term in the equation, default is
+ :param c: A constant term in the equation, default is 1
15
:type c: int
16
:return : The result of the equation with the given values
17
:rtype: int
0 commit comments