addition
This commit is contained in:
parent
950f3703b4
commit
5ce06fdc77
1 changed files with 3 additions and 0 deletions
3
math.py
Normal file
3
math.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
def addition(a: float, b: float) -> str:
|
||||||
|
return a + b
|
||||||
|
|
Loading…
Reference in a new issue