aboutsummaryrefslogtreecommitdiff
path: root/challenge-101/paulo-custodio/python
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-101/paulo-custodio/python')
-rw-r--r--challenge-101/paulo-custodio/python/ch-1.py5
-rw-r--r--challenge-101/paulo-custodio/python/ch-2.py2
2 files changed, 7 insertions, 0 deletions
diff --git a/challenge-101/paulo-custodio/python/ch-1.py b/challenge-101/paulo-custodio/python/ch-1.py
index ff71f11953..57d08d0847 100644
--- a/challenge-101/paulo-custodio/python/ch-1.py
+++ b/challenge-101/paulo-custodio/python/ch-1.py
@@ -1,5 +1,10 @@
#!/usr/bin/env python
+# Challenge 101
+#
+# TASK #1 > Pack a Spiral
+# Submitted by: Stuart Little
+#
# You are given an array @A of items (integers say, but they can be anything).
#
# Your task is to pack that array into an MxN matrix spirally counterclockwise,
diff --git a/challenge-101/paulo-custodio/python/ch-2.py b/challenge-101/paulo-custodio/python/ch-2.py
index 1ea5f422f7..0e510d9eca 100644
--- a/challenge-101/paulo-custodio/python/ch-2.py
+++ b/challenge-101/paulo-custodio/python/ch-2.py
@@ -1,5 +1,7 @@
#! /usr/bin/env python
+# Challenge 101
+#
# TASK #2 > Origin-containing Triangle
# Submitted by: Stuart Little
# You are given three points in the plane, as a list of six co-ordinates: