From 49357616859faaf9e53468ce71d6cd99bda4fb4a Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 27 Jun 2024 22:41:06 +0200 Subject: Restore progs folder --- progs/a52.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'progs/a52.py') diff --git a/progs/a52.py b/progs/a52.py index 131af01..4a0b33a 100644 --- a/progs/a52.py +++ b/progs/a52.py @@ -1,8 +1,6 @@ from collections import defaultdict - - def grouping_dictionary(l): d = defaultdict(list) for k, v in l: d[k].append(v) - return d + return d \ No newline at end of file -- cgit v1.2.3-71-g8e6c