From 4771a849f6cb192a410a01f8199810b504a8a858 Mon Sep 17 00:00:00 2001 From: Michelle Tran Date: Thu, 2 May 2024 09:53:26 -0400 Subject: [PATCH] Add even more untested code --- func.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/func.py b/func.py index 58e5c6e..77d9893 100644 --- a/func.py +++ b/func.py @@ -4,3 +4,7 @@ def func(): def untested(): return "This is untested code" + + +def add_even_more_untested(): + return "more"