From e1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9 Mon Sep 17 00:00:00 2001 From: Packy Anderson Date: Mon, 12 Aug 2024 23:08:30 -0400 Subject: Challenge 282 typo fix --- challenge-282/packy-anderson/python/ch-1.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/challenge-282/packy-anderson/python/ch-1.py b/challenge-282/packy-anderson/python/ch-1.py index 5621b9550a..9c7a56daf7 100755 --- a/challenge-282/packy-anderson/python/ch-1.py +++ b/challenge-282/packy-anderson/python/ch-1.py @@ -1,7 +1,5 @@ #!/usr/bin/env python -#!/usr/bin/env python - def goodInteger(intVal): chars = list(str(intVal)) good = chars.pop(0) -- cgit