diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2022-01-09 22:43:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-09 22:43:33 +0000 |
| commit | 29494c5072ffe550c5a4de99332403e46775550e (patch) | |
| tree | 00e53542ebe369ebadeaa519bdf7293a58dbb651 /challenge-004/abigail/python/ch-1.py | |
| parent | d39079382d285de18639a252d6561070fe2a0985 (diff) | |
| parent | 395f87e5947194f9cd61a8e48fb04fd30bfc14d7 (diff) | |
| download | perlweeklychallenge-club-29494c5072ffe550c5a4de99332403e46775550e.tar.gz perlweeklychallenge-club-29494c5072ffe550c5a4de99332403e46775550e.tar.bz2 perlweeklychallenge-club-29494c5072ffe550c5a4de99332403e46775550e.zip | |
Merge pull request #5491 from Abigail/abigail/week-004
Abigail/week 004
Diffstat (limited to 'challenge-004/abigail/python/ch-1.py')
| -rw-r--r-- | challenge-004/abigail/python/ch-1.py | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/challenge-004/abigail/python/ch-1.py b/challenge-004/abigail/python/ch-1.py index 0f7f8bf725..1bc0fa720b 100644 --- a/challenge-004/abigail/python/ch-1.py +++ b/challenge-004/abigail/python/ch-1.py @@ -1,11 +1,11 @@ #!/opt/local/bin/python # -# See ../README.md +# See https://theweeklychallenge.org/blog/perl-weekly-challenge-004 # # -# Run as python ch-1.py +# Run as: python ch-1.py # import sys @@ -39,7 +39,7 @@ pi = "%(uP7+Y`ME)gy(7')v?;%s^qc(Mj1}16idp'ONGs'2m.o,1HLY'}~P61@@Y-" + \ "'S/z}#vS|i)S9[=*/nCG)PMaY-{pML);vN?%kRcr#*.Tg,x;42'(1w.0dA)S" + \ ")-us%.#1$R-rkwf%m%B-(ctK8+4Sn^%*C1Y-wqsr%eNg11%$De&&07q+%1>-" + \ "+mCl2%)V#w%#y:[,?t*D$64`9.U+{`-SBX-+gi/o)0B$q#V$tW+#lmM)';EH" + \ - "%yFPZ/Gy(~,dl@h)A&ju-Co2,-du++)[Awk&wE}p*H;._.[]4W+Eb7K#iiKB"; + "%yFPZ/Gy(~,dl@h)A&ju-Co2,-du++)[Awk&wE}p*H;._.[]4W+Eb7K#iiK?"; in_size = 5 @@ -66,11 +66,10 @@ for i in range (0, len (pi), in_size): sys . stdout . write ("\n") # -# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER -# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER -# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER -# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER? -# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER -# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER -# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER! +# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER!! +# FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER!! # |
