100 days of Python Exercise
Day 7: Checking the divisibility of a number
In today's episode, we would be checking whether any number is divisible by a set of numbers using if and else
EXERCISE: Check whether a number is divisible by 2 or 3 if not check which one it should retur...
brrrpcodes.hashnode.dev1 min read