publish solutions
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
def sum(a, b):
|
||||
"""Returns the sum of the two given numbers"""
|
||||
return a + b
|
||||
|
||||
def subtraction(a, b):
|
||||
"""Returns the difference between first and second given numbers"""
|
||||
return a - b
|
||||
|
||||
Reference in New Issue
Block a user