diff options
Diffstat (limited to 'challenge-100/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-100/paulo-custodio/python/ch-2.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/challenge-100/paulo-custodio/python/ch-2.py b/challenge-100/paulo-custodio/python/ch-2.py index 1f27d99c01..0d22eba8d1 100644 --- a/challenge-100/paulo-custodio/python/ch-2.py +++ b/challenge-100/paulo-custodio/python/ch-2.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Challenge 100 -# +# # TASK #2 > Triangle Sum # Submitted by: Mohammad S Anwar # You are given triangle array. @@ -71,6 +71,3 @@ def min_sum(): parse(sys.argv[1:]) print(min_sum()) - - - |
