From 6ba83654820bad00ba3c679bbe18764269dabe0f Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Fri, 5 Mar 2021 20:22:55 +0000 Subject: Update comments --- challenge-101/paulo-custodio/python/ch-1.py | 5 +++++ challenge-101/paulo-custodio/python/ch-2.py | 2 ++ 2 files changed, 7 insertions(+) (limited to 'challenge-101/paulo-custodio/python') 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: -- cgit