From c42035e70fc385e49cf19fcb037d69224ed39b1f Mon Sep 17 00:00:00 2001 From: Samuel Allred Date: Thu, 12 Sep 2024 13:46:14 +0300 Subject: [PATCH] Setup for demo --- code_to_be_tested.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code_to_be_tested.py b/code_to_be_tested.py index 0d911dc..a958b03 100644 --- a/code_to_be_tested.py +++ b/code_to_be_tested.py @@ -1,7 +1,7 @@ # Some simple functions to demo the usage -def add_numbers(a, b): - return a + b +#def add_numbers(a, b): +# return a + b def addition(a, b): return a*b