diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2021-02-20 01:18:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 01:18:05 +0000 |
| commit | 2102fa481829f30d4e6ec37d04fa77f87e7e9a50 (patch) | |
| tree | 158db5e61a8ba4e27e57b0feb52c6673a65af476 /challenge-099/paulo-custodio/python/ch-2.py | |
| parent | 468bc290d602b49bc9c51d8905d7e389e931806e (diff) | |
| parent | 798c5692eb4c43474a1ba230bb93f9fdfc3fd311 (diff) | |
| download | perlweeklychallenge-club-2102fa481829f30d4e6ec37d04fa77f87e7e9a50.tar.gz perlweeklychallenge-club-2102fa481829f30d4e6ec37d04fa77f87e7e9a50.tar.bz2 perlweeklychallenge-club-2102fa481829f30d4e6ec37d04fa77f87e7e9a50.zip | |
Merge pull request #3576 from pauloscustodio/paulo-custodio
Paulo Custodio
Diffstat (limited to 'challenge-099/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-099/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 0 insertions, 2 deletions
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. |
