aboutsummaryrefslogtreecommitdiff
path: root/challenge-135/paulo-custodio/python/ch-2.py
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-10-26 09:52:33 +0100
committerPaulo Custodio <pauloscustodio@gmail.com>2021-10-26 09:52:33 +0100
commit4fbb301ccb5620c8bcee20462bd1bb8145b0d13c (patch)
treeca2cd6d56d2437c433c0913480dd769a0566911b /challenge-135/paulo-custodio/python/ch-2.py
parentde4d4e92a64a4cd61ae6db8da41662c88553772a (diff)
downloadperlweeklychallenge-club-4fbb301ccb5620c8bcee20462bd1bb8145b0d13c.tar.gz
perlweeklychallenge-club-4fbb301ccb5620c8bcee20462bd1bb8145b0d13c.tar.bz2
perlweeklychallenge-club-4fbb301ccb5620c8bcee20462bd1bb8145b0d13c.zip
Whitespace
Diffstat (limited to 'challenge-135/paulo-custodio/python/ch-2.py')
-rw-r--r--challenge-135/paulo-custodio/python/ch-2.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/challenge-135/paulo-custodio/python/ch-2.py b/challenge-135/paulo-custodio/python/ch-2.py
index 9f1bb2594a..fe3641e471 100644
--- a/challenge-135/paulo-custodio/python/ch-2.py
+++ b/challenge-135/paulo-custodio/python/ch-2.py
@@ -3,12 +3,12 @@
# TASK #2 > Validate SEDOL
# Submitted by: Mohammad S Anwar
# You are given 7-characters alphanumeric SEDOL.
-#
-# Write a script to validate the given SEDOL. Print 1 if it is a valid SEDOL
+#
+# Write a script to validate the given SEDOL. Print 1 if it is a valid SEDOL
# otherwise 0.
-#
+#
# For more information about SEDOL, please checkout the wikipedia page.
-#
+#
# Example 1
# Input: $SEDOL = '2936921'
# Output: 1