python-divisibility-check Simple divisibility checker using python. Example Usage Enter a number: 45 Enter a number to check divisibility with: 4 45 is not divisible by 4 Recommendations are [3, 5, 9]