Create sum_p.py

#614
by shzaha - opened
Files changed (1) hide show
  1. 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