aboutsummaryrefslogtreecommitdiff
path: root/challenge-100/paulo-custodio/python/ch-2.py
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-02-18 21:04:48 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-02-18 21:04:48 +0000
commitecebe513c84edd4e5b259a8ef245232f771ae77d (patch)
tree9a01c227c24343515ee0f9d3ebe4f2b0e42b47dc /challenge-100/paulo-custodio/python/ch-2.py
parenta4af5299879128e7a16f4d81aa96c5b7f18f6744 (diff)
downloadperlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.tar.gz
perlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.tar.bz2
perlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.zip
Fix comments
Diffstat (limited to 'challenge-100/paulo-custodio/python/ch-2.py')
-rw-r--r--challenge-100/paulo-custodio/python/ch-2.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-100/paulo-custodio/python/ch-2.py b/challenge-100/paulo-custodio/python/ch-2.py
index d75c2540c9..44a2c9f077 100644
--- a/challenge-100/paulo-custodio/python/ch-2.py
+++ b/challenge-100/paulo-custodio/python/ch-2.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
+# Challenge 100
+#
# TASK #2 > Triangle Sum
# Submitted by: Mohammad S Anwar
# You are given triangle array.