From 6099eebcecc59a693142b45f46af148559a58d6b Mon Sep 17 00:00:00 2001 From: Hladu357 Date: Sat, 12 Apr 2025 17:50:02 +0300 Subject: [PATCH] hometask 1: delee print --- teams_task1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teams_task1.py b/teams_task1.py index 3c34572..37f0e6b 100644 --- a/teams_task1.py +++ b/teams_task1.py @@ -53,6 +53,5 @@ for (str1, str2) in combinations(names, 2): if similarity >= threshold: name_pairs.append((str1, str2, similarity)) -print(name_pairs) with open('name_dupes.json', 'w') as f: json.dump(name_pairs, f, indent=4, sort_keys=True) \ No newline at end of file