aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2021-12-13 10:21:23 +0000
committerGitHub <noreply@github.com>2021-12-13 10:21:23 +0000
commitadd40b4474438eec3192c5e2918d3ace4d842568 (patch)
tree39e4879696900460c7b77f39bc66a57d6b7695fa
parent96bae7535401db590fe39d33f62bac1e57ecef96 (diff)
downloadperlweeklychallenge-club-add40b4474438eec3192c5e2918d3ace4d842568.tar.gz
perlweeklychallenge-club-add40b4474438eec3192c5e2918d3ace4d842568.tar.bz2
perlweeklychallenge-club-add40b4474438eec3192c5e2918d3ace4d842568.zip
Tidied up Python pod.
-rw-r--r--challenge-143/mohammad-anwar/python/ch-1.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/challenge-143/mohammad-anwar/python/ch-1.py b/challenge-143/mohammad-anwar/python/ch-1.py
index 9140f40f64..fb116d96a1 100644
--- a/challenge-143/mohammad-anwar/python/ch-1.py
+++ b/challenge-143/mohammad-anwar/python/ch-1.py
@@ -8,7 +8,9 @@ Week 143:
Task #1: Calculator
- Write a script to find lowest 10 positive integers having exactly 8 divisors.
+ You are given a string, `$s`, containing mathematical expression.
+
+ Write a script to print the result of the mathematical expression. To keep it simple, please only accept `+ - * ()`.
'''