From add40b4474438eec3192c5e2918d3ace4d842568 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 13 Dec 2021 10:21:23 +0000 Subject: Tidied up Python pod. --- challenge-143/mohammad-anwar/python/ch-1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 `+ - * ()`. ''' -- cgit