From 8c8d470f10eb2a4db479aa298a5556c06a2aadb6 Mon Sep 17 00:00:00 2001 From: Aidan Baird <102356055+AidanBaird@users.noreply.github.com> Date: Wed, 8 Jun 2022 22:04:41 +0100 Subject: [PATCH] Update Friend_or_foe_kyu7.py --- Friend_or_foe_kyu7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Friend_or_foe_kyu7.py b/Friend_or_foe_kyu7.py index fde84ad..06f7615 100644 --- a/Friend_or_foe_kyu7.py +++ b/Friend_or_foe_kyu7.py @@ -1,4 +1,4 @@ -# People would four letter names are your only friends and this function checks if they are friendly or not +# People with four letter names are your only friends and this function checks if they are friendly or not def friend(x): friend = []