diff options
Diffstat (limited to 'challenge-124/abigail/python')
| -rw-r--r-- | challenge-124/abigail/python/ch-1.py | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/challenge-124/abigail/python/ch-1.py b/challenge-124/abigail/python/ch-1.py new file mode 100644 index 0000000000..ce68db339e --- /dev/null +++ b/challenge-124/abigail/python/ch-1.py @@ -0,0 +1,27 @@ +#!/opt/local/bin/python + +# +# See ../README.md +# + +# +# Run as: python ch-1.py +# + +print (" ^^^^^") +print (" ^ ^") +print (" ^ ^") +print (" ^ ^") +print (" ^ ^") +print (" ^ ^") +print (" ^ ^") +print (" ^ ^") +print (" ^ ^") +print (" ^ ^") +print (" ^^^^^") +print (" ^") +print (" ^") +print (" ^") +print (" ^^^^^") +print (" ^") +print (" ^")
\ No newline at end of file |
