Skip to content

Commit

Permalink
Update Friend_or_foe_kyu7.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanBaird authored Jun 8, 2022
1 parent 91aafc9 commit 8c8d470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Friend_or_foe_kyu7.py
Original file line number Diff line number Diff line change
@@ -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 = []
Expand Down

0 comments on commit 8c8d470

Please sign in to comment.