diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-10-26 09:52:33 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-10-26 09:52:33 +0100 |
| commit | 4fbb301ccb5620c8bcee20462bd1bb8145b0d13c (patch) | |
| tree | ca2cd6d56d2437c433c0913480dd769a0566911b /challenge-135/paulo-custodio/python/ch-1.py | |
| parent | de4d4e92a64a4cd61ae6db8da41662c88553772a (diff) | |
| download | perlweeklychallenge-club-4fbb301ccb5620c8bcee20462bd1bb8145b0d13c.tar.gz perlweeklychallenge-club-4fbb301ccb5620c8bcee20462bd1bb8145b0d13c.tar.bz2 perlweeklychallenge-club-4fbb301ccb5620c8bcee20462bd1bb8145b0d13c.zip | |
Whitespace
Diffstat (limited to 'challenge-135/paulo-custodio/python/ch-1.py')
| -rw-r--r-- | challenge-135/paulo-custodio/python/ch-1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-135/paulo-custodio/python/ch-1.py b/challenge-135/paulo-custodio/python/ch-1.py index 389816b534..b310faccc3 100644 --- a/challenge-135/paulo-custodio/python/ch-1.py +++ b/challenge-135/paulo-custodio/python/ch-1.py @@ -3,9 +3,9 @@ # TASK #1 > Middle 3-digits # Submitted by: Mohammad S Anwar # You are given an integer. -# +# # Write a script find out the middle 3-digits of the given integer, if possible otherwise throw sensible error. -# +# # Example 1 # Input: $n = 1234567 # Output: 345 |
