From ecebe513c84edd4e5b259a8ef245232f771ae77d Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Thu, 18 Feb 2021 21:04:48 +0000 Subject: Fix comments --- challenge-099/paulo-custodio/python/ch-2.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'challenge-099/paulo-custodio/python/ch-2.py') diff --git a/challenge-099/paulo-custodio/python/ch-2.py b/challenge-099/paulo-custodio/python/ch-2.py index e065b17674..e82e57f635 100644 --- a/challenge-099/paulo-custodio/python/ch-2.py +++ b/challenge-099/paulo-custodio/python/ch-2.py @@ -1,5 +1,7 @@ #!/usr/bin/env python +# Challenge 099 +# # TASK #2 > Unique Sub-sequence # Submitted by : Mohammad S Anwar # You are given two strings $S and $T. -- cgit