diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-12-02 18:12:00 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-12-02 18:12:00 +0000 |
| commit | bf990af024f1ea0279927e4c89b2146b86e15e3b (patch) | |
| tree | 67d7c6fe11970c4596f33b757cc3bb53c9ac42f3 /challenge-119 | |
| parent | f0c28790b49f781a131faa9837c37d5b6103c09f (diff) | |
| download | perlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.tar.gz perlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.tar.bz2 perlweeklychallenge-club-bf990af024f1ea0279927e4c89b2146b86e15e3b.zip | |
Fix title comment
Diffstat (limited to 'challenge-119')
| -rw-r--r-- | challenge-119/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-119/paulo-custodio/python/ch-2.py b/challenge-119/paulo-custodio/python/ch-2.py index 1122dfada7..0ec51b74bd 100644 --- a/challenge-119/paulo-custodio/python/ch-2.py +++ b/challenge-119/paulo-custodio/python/ch-2.py @@ -1,5 +1,7 @@ #!/usr/bin/env python +# Challenge 119 +# # TASK #2 - Sequence without 1-on-1 # Submitted by: Cheok-Yin Fung # Write a script to generate sequence starting at 1. Consider the increasing |
