removed comment
This commit is contained in:
parent
1e249d7645
commit
231c836d2d
1 changed files with 1 additions and 1 deletions
2
math.py
2
math.py
|
@ -1,4 +1,4 @@
|
|||
def addition(a: float, b: float) -> float: # this does not seem right! why str?
|
||||
def addition(a: float, b: float) -> float:
|
||||
return a + b
|
||||
|
||||
def subtraction(a: float, b: float) -> float:
|
||||
|
|
Loading…
Reference in a new issue