diff --git a/func.py b/func.py index 32c40fd..f3aabab 100644 --- a/func.py +++ b/func.py @@ -6,3 +6,8 @@ def func(): def untested(): return "This is untested code" + +def more_untested(): + return "hello world" + +