Spaces:
Sleeping
Sleeping
| 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 |
| 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 |