From 3c4229fc9e0ec6da9a7f60b57b9e93c49d1b6b6c Mon Sep 17 00:00:00 2001 From: L0P0P <grassoemanuele@live.com> Date: Thu, 27 Jun 2024 12:02:35 +0200 Subject: Fixed a lot of problems from all the progs we need to parse --- progs/a403.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/a403.py') diff --git a/progs/a403.py b/progs/a403.py index 18c84b2..ee1bdd7 100644 --- a/progs/a403.py +++ b/progs/a403.py @@ -2,4 +2,4 @@ from collections import Counter from itertools import chain def freq_element(nums): result = Counter(chain.from_iterable(nums)) - return result \ No newline at end of file + return result -- cgit v1.2.3-18-g5258