diff options
| author | Packy Anderson <packy@cpan.org> | 2024-08-12 23:08:30 -0400 |
|---|---|---|
| committer | Packy Anderson <packy@cpan.org> | 2024-08-12 23:08:30 -0400 |
| commit | e1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9 (patch) | |
| tree | 8c7f96f77aa8b6948f3f6829aac0b03cb93a1e3e | |
| parent | c5e5ffdec72cea29ad64440de819a20f3f98385c (diff) | |
| download | perlweeklychallenge-club-e1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9.tar.gz perlweeklychallenge-club-e1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9.tar.bz2 perlweeklychallenge-club-e1cbecb3b1eb4c06c9ea29f09d71a471d88b21e9.zip | |
Challenge 282 typo fix
| -rwxr-xr-x | challenge-282/packy-anderson/python/ch-1.py | 2 |
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) |
