diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2020-12-03 01:16:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 01:16:41 +0000 |
| commit | 69039fb81e019445c5827740068ae69359e3102c (patch) | |
| tree | 80a77e351ad6638f2c153ddce3762dff2492d371 /challenge-089/abigail/python | |
| parent | beb477113a55cf04d20b5528c1749f3e1b5693ab (diff) | |
| parent | 54e010039838a4b13be6021332cf4258ce7891a6 (diff) | |
| download | perlweeklychallenge-club-69039fb81e019445c5827740068ae69359e3102c.tar.gz perlweeklychallenge-club-69039fb81e019445c5827740068ae69359e3102c.tar.bz2 perlweeklychallenge-club-69039fb81e019445c5827740068ae69359e3102c.zip | |
Merge pull request #2909 from Abigail/abigail/week-089
Abigail/week 089
Diffstat (limited to 'challenge-089/abigail/python')
| -rwxr-xr-x | challenge-089/abigail/python/ch-2.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-089/abigail/python/ch-2.py b/challenge-089/abigail/python/ch-2.py new file mode 100755 index 0000000000..6e6ab53b2d --- /dev/null +++ b/challenge-089/abigail/python/ch-2.py @@ -0,0 +1,6 @@ +#!/opt/local/bin/python +# +# +print "8 1 6" +print "3 5 7" +print "4 9 2" |
