diff options
| author | Joel Crosswhite <joel.crosswhite@ix.netcom.com> | 2020-12-05 09:34:52 -0700 |
|---|---|---|
| committer | Joel Crosswhite <joel.crosswhite@ix.netcom.com> | 2020-12-05 09:34:52 -0700 |
| commit | b9c6f299adb3747381125eb514dbe94786e00e76 (patch) | |
| tree | db3c1b40c7241a26e5e806fd3311d2ff983fa442 /challenge-089/abigail/python/ch-2.py | |
| parent | af36ef9593ecd93f7dcd5f4f9dd8323ab77d52c0 (diff) | |
| parent | d19b0f983bbefca06f6139624711c079ac18eb6e (diff) | |
| download | perlweeklychallenge-club-b9c6f299adb3747381125eb514dbe94786e00e76.tar.gz perlweeklychallenge-club-b9c6f299adb3747381125eb514dbe94786e00e76.tar.bz2 perlweeklychallenge-club-b9c6f299adb3747381125eb514dbe94786e00e76.zip | |
Merge branch 'master' of github.com:manwar/perlweeklychallenge-club into feature/c089
Diffstat (limited to 'challenge-089/abigail/python/ch-2.py')
| -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" |
