diff options
| author | Packy Anderson <packy@cpan.org> | 2025-09-16 23:35:54 -0400 |
|---|---|---|
| committer | Packy Anderson <packy@cpan.org> | 2025-09-16 23:35:54 -0400 |
| commit | f97ddcbc990cdd2e4084608d3f198786385f3ca5 (patch) | |
| tree | cfa71ce9dfa04d95f8d9df461f881cf69ed272ca | |
| parent | f795a520a8025e1b1f0569a8d0743061537a8d9c (diff) | |
| download | perlweeklychallenge-club-f97ddcbc990cdd2e4084608d3f198786385f3ca5.tar.gz perlweeklychallenge-club-f97ddcbc990cdd2e4084608d3f198786385f3ca5.tar.bz2 perlweeklychallenge-club-f97ddcbc990cdd2e4084608d3f198786385f3ca5.zip | |
Remove duplicated line.
| -rwxr-xr-x | challenge-339/packy-anderson/python/ch-2.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-339/packy-anderson/python/ch-2.py b/challenge-339/packy-anderson/python/ch-2.py index 0387ea2f4e..91ddbc0ff1 100755 --- a/challenge-339/packy-anderson/python/ch-2.py +++ b/challenge-339/packy-anderson/python/ch-2.py @@ -2,8 +2,6 @@ from functools import reduce -from functools import reduce - def add_max(x, y): global max_alt max_alt = max(max_alt, x+y) |
