aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacky Anderson <packy@cpan.org>2025-09-16 23:35:54 -0400
committerPacky Anderson <packy@cpan.org>2025-09-16 23:35:54 -0400
commitf97ddcbc990cdd2e4084608d3f198786385f3ca5 (patch)
treecfa71ce9dfa04d95f8d9df461f881cf69ed272ca
parentf795a520a8025e1b1f0569a8d0743061537a8d9c (diff)
downloadperlweeklychallenge-club-f97ddcbc990cdd2e4084608d3f198786385f3ca5.tar.gz
perlweeklychallenge-club-f97ddcbc990cdd2e4084608d3f198786385f3ca5.tar.bz2
perlweeklychallenge-club-f97ddcbc990cdd2e4084608d3f198786385f3ca5.zip
Remove duplicated line.
-rwxr-xr-xchallenge-339/packy-anderson/python/ch-2.py2
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)