diff options
| -rw-r--r-- | challenge-143/mohammad-anwar/python/ch-1.py | 4 |
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 `+ - * ()`. ''' |
