diff options
Diffstat (limited to 'challenge-143/paulo-custodio/python/ch-2.py')
| -rw-r--r-- | challenge-143/paulo-custodio/python/ch-2.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-143/paulo-custodio/python/ch-2.py b/challenge-143/paulo-custodio/python/ch-2.py index 850ebfac33..6196e941a5 100644 --- a/challenge-143/paulo-custodio/python/ch-2.py +++ b/challenge-143/paulo-custodio/python/ch-2.py @@ -1,5 +1,7 @@ #!/usr/bin/python3 +# Challenge 143 +# # TASK #2 > Stealthy Number # Submitted by: Mohammad S Anwar # You are given a positive number, $n. |
