diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-03-05 20:22:55 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-03-05 20:22:55 +0000 |
| commit | 6ba83654820bad00ba3c679bbe18764269dabe0f (patch) | |
| tree | c90816a0b5d51cdbc882ea104a31a2a3b070101e /challenge-101/paulo-custodio/python/ch-2.py | |
| parent | bc33c6d1243a9e5835034c6d51bf651068075c44 (diff) | |
| download | perlweeklychallenge-club-6ba83654820bad00ba3c679bbe18764269dabe0f.tar.gz perlweeklychallenge-club-6ba83654820bad00ba3c679bbe18764269dabe0f.tar.bz2 perlweeklychallenge-club-6ba83654820bad00ba3c679bbe18764269dabe0f.zip | |
Update comments
Diffstat (limited to 'challenge-101/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-101/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
