publish solutions

This commit is contained in:
2025-02-17 16:52:06 +01:00
parent e4fc3e18b1
commit 64b8207dbb
12 changed files with 197 additions and 17 deletions

View File

@@ -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