diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-06-27 22:41:06 +0200 | 
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-06-27 22:41:06 +0200 | 
| commit | 49357616859faaf9e53468ce71d6cd99bda4fb4a (patch) | |
| tree | d861f4962fce25638a348f81609562b85ec18174 /progs/a403.py | |
| parent | d653d3598d71fea30d45d118e3d046a3aed53ac1 (diff) | |
Restore progs folder
Diffstat (limited to 'progs/a403.py')
| -rw-r--r-- | progs/a403.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/progs/a403.py b/progs/a403.py index ee1bdd7..18c84b2 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
 +  return result
\ No newline at end of file | 
