From bd76595a569c97d746b7d54b35e2e94bebeba234 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 20 Mar 2022 22:03:54 -0700 Subject: [PATCH] modified Functions.py --- Python/Functions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python/Functions.py b/Python/Functions.py index 3a2048f..ae5d3e9 100644 --- a/Python/Functions.py +++ b/Python/Functions.py @@ -6,6 +6,8 @@ def returnSmallest(a, b): return a # Add your functions below this line :) -------------------------------------- +def sum(a, b): + return a + b # A function to print a reversed message def reverseMessage(x):