From 75ac3f43b85e39e713e3a6c2976f0f32379c7735 Mon Sep 17 00:00:00 2001 From: Michelle Tran Date: Wed, 22 May 2024 14:23:13 -0400 Subject: [PATCH] Add another function --- func.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/func.py b/func.py index 3c814e9..ccbe9da 100644 --- a/func.py +++ b/func.py @@ -10,3 +10,9 @@ def untested(): def more_untested(): return "hello world" + +def even_more_untested(): + return "blue is the new red" + + +