Create sum_p.py
#614
by shzaha - opened
- tools/sum_p.py +2 -0
tools/sum_p.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
def sum_p(a:int, b:int) -> int
|
| 2 |
+
return a+b+a*b
|