diff options
| author | Abigail <abigail@abigail.be> | 2021-06-22 20:12:51 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-06-22 20:12:51 +0200 |
| commit | 9c47a695c2f01a7fb23e1647c40b5c31ade33c2f (patch) | |
| tree | eb444ae7fa0164b40ec00bc4bb5da04496f18d87 /challenge-118/abigail/python/ch-2.py | |
| parent | f23ea63093e2ae3a4cba10e54b374d9b46f9b764 (diff) | |
| download | perlweeklychallenge-club-9c47a695c2f01a7fb23e1647c40b5c31ade33c2f.tar.gz perlweeklychallenge-club-9c47a695c2f01a7fb23e1647c40b5c31ade33c2f.tar.bz2 perlweeklychallenge-club-9c47a695c2f01a7fb23e1647c40b5c31ade33c2f.zip | |
Solutions for 29 languages.
Since we have a gloried Hello, World! challenge....
Diffstat (limited to 'challenge-118/abigail/python/ch-2.py')
| -rw-r--r-- | challenge-118/abigail/python/ch-2.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/challenge-118/abigail/python/ch-2.py b/challenge-118/abigail/python/ch-2.py new file mode 100644 index 0000000000..12dd966554 --- /dev/null +++ b/challenge-118/abigail/python/ch-2.py @@ -0,0 +1,11 @@ +#!/opt/local/bin/python + +# +# See ../README.md +# + +# +# Run as: python ch-2.py +# + +print ("a8 c7 e6 c5 b3 c1 a2 c3 b1 a3 c4 b2") |
