Question: Write a Python program that prints all the numbers between 1 and l00 that are not divisible by 5 (and) divisible by 4. Desired Output:
Write a Python program that prints all the numbers between 1 and l00 that are not divisible by 5 (and) divisible by 4. Desired Output: 4 8 12 16 24 28 32 36 44 48 52 56 64 68 72 76 84 88 92 96
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
