aboutsummaryrefslogtreecommitdiff
path: root/challenge-143/paulo-custodio/python
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-12-17 18:24:24 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-12-17 18:24:24 +0000
commit55f963e047580553b016fb87fdcd66f00dc30f4e (patch)
tree466f11ce417f3928c1d4040170c5017294c7bf2b /challenge-143/paulo-custodio/python
parentcdebd0af75b2750d6073f96bc4df76807aebd060 (diff)
downloadperlweeklychallenge-club-55f963e047580553b016fb87fdcd66f00dc30f4e.tar.gz
perlweeklychallenge-club-55f963e047580553b016fb87fdcd66f00dc30f4e.tar.bz2
perlweeklychallenge-club-55f963e047580553b016fb87fdcd66f00dc30f4e.zip
Add challenge title comment
Diffstat (limited to 'challenge-143/paulo-custodio/python')
-rw-r--r--challenge-143/paulo-custodio/python/ch-1.py2
-rw-r--r--challenge-143/paulo-custodio/python/ch-2.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/challenge-143/paulo-custodio/python/ch-1.py b/challenge-143/paulo-custodio/python/ch-1.py
index 7705a4eafe..1eafbbb75e 100644
--- a/challenge-143/paulo-custodio/python/ch-1.py
+++ b/challenge-143/paulo-custodio/python/ch-1.py
@@ -1,5 +1,7 @@
#!/usr/bin/python3
+# Challenge 143
+#
# TASK #1 > Calculator
# Submitted by: Mohammad S Anwar
# You are given a string, $s, containing mathematical expression.
diff --git a/challenge-143/paulo-custodio/python/ch-2.py b/challenge-143/paulo-custodio/python/ch-2.py
index 850ebfac33..6196e941a5 100644
--- a/challenge-143/paulo-custodio/python/ch-2.py
+++ b/challenge-143/paulo-custodio/python/ch-2.py
@@ -1,5 +1,7 @@
#!/usr/bin/python3
+# Challenge 143
+#
# TASK #2 > Stealthy Number
# Submitted by: Mohammad S Anwar
# You are given a positive number, $n.