aboutsummaryrefslogtreecommitdiff
path: root/challenge-099/paulo-custodio/python
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-02-19 20:09:30 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-02-19 20:09:30 +0000
commit86f1e20620f3acc15e30b400119b9c9b8c161f97 (patch)
tree459df90d5d83d536e9f3f86712fda504bdfface6 /challenge-099/paulo-custodio/python
parent329ed9f49bcfc398005fd80dc4988cf6014e6c4a (diff)
downloadperlweeklychallenge-club-86f1e20620f3acc15e30b400119b9c9b8c161f97.tar.gz
perlweeklychallenge-club-86f1e20620f3acc15e30b400119b9c9b8c161f97.tar.bz2
perlweeklychallenge-club-86f1e20620f3acc15e30b400119b9c9b8c161f97.zip
Add missing comment line
Diffstat (limited to 'challenge-099/paulo-custodio/python')
-rw-r--r--challenge-099/paulo-custodio/python/ch-1.py2
-rw-r--r--challenge-099/paulo-custodio/python/ch-2.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/challenge-099/paulo-custodio/python/ch-1.py b/challenge-099/paulo-custodio/python/ch-1.py
index 930c9dc328..60295131f4 100644
--- a/challenge-099/paulo-custodio/python/ch-1.py
+++ b/challenge-099/paulo-custodio/python/ch-1.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
-# Challenge 099
-#
# TASK #1 > Pattern Match
# Submitted by: Mohammad S Anwar
# You are given a string $S and a pattern $P.
diff --git a/challenge-099/paulo-custodio/python/ch-2.py b/challenge-099/paulo-custodio/python/ch-2.py
index e82e57f635..e065b17674 100644
--- a/challenge-099/paulo-custodio/python/ch-2.py
+++ b/challenge-099/paulo-custodio/python/ch-2.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
-# Challenge 099
-#
# TASK #2 > Unique Sub-sequence
# Submitted by : Mohammad S Anwar
# You are given two strings $S and $T.