shzaha commited on
Commit
2e7157b
·
verified ·
1 Parent(s): 8c5c24b

Create sum_p.py

Browse files
Files changed (1) hide show
  1. tools/sum_p.py +8 -0
tools/sum_p.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ def sum_p(a:int, b:int): -> int
2
+ """
3
+ this tool does a very special summation
4
+ Arguments:
5
+ a: first input
6
+ b: second input
7
+ """
8
+ return a+b+a*b