aboutsummaryrefslogtreecommitdiff
path: root/challenge-282/packy-anderson/python/ch-1.py
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-282/packy-anderson/python/ch-1.py')
-rwxr-xr-xchallenge-282/packy-anderson/python/ch-1.py2
1 files changed, 0 insertions, 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)