From e748ce0626489511c003728a4a441c5b76939d8c Mon Sep 17 00:00:00 2001 From: maravedi Date: Sun, 30 Nov 2025 12:28:54 -0500 Subject: [PATCH] Modify add_numbers to include third parameter --- sample_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_code.py b/sample_code.py index 020722c..5f1a02a 100644 --- a/sample_code.py +++ b/sample_code.py @@ -12,4 +12,4 @@ def add_numbers(a, b): """ Simple function to test. """ - return a + b + return a + b + c