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-100/paulo-custodio/python/ch-2.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'challenge-100/paulo-custodio/python/ch-2.py') 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. -- cgit