May 18, 2022

Problem Statement -List comprehension to find all of the numbers from 1 to 100 that are divisible by any single digit
Scope of work -Build a program which will divide any single digit between 1 to 100
Challenges -Nil
Execution Strategy -Maths functions are used to execute the script –Value Added -A simple python script which will divide any number between 1 to 1000 by entering a single digit
