We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b190cde + e3fca54 commit 2731473Copy full SHA for 2731473
1 file changed
README.md
@@ -24,7 +24,7 @@ from kwikapi import API
24
25
# Core logic that you want to expose as a service
26
class Calc(object):
27
- def add(self, a: int, b: int) -> int:
+ def add(self, a: int=10, b: int=20) -> int:
28
return a + b
29
30
def subtract(self, a: int, b: int) -> int:
0 commit comments