shzaha's picture
Create sum_p.py
2e7157b verified
raw
history blame contribute delete
172 Bytes
def sum_p(a:int, b:int): -> int
"""
this tool does a very special summation
Arguments:
a: first input
b: second input
"""
return a+b+a*b