Question

(10 points) Write a Python program that prints all the numbers between 1 and100 that are either divisible by 2 (or) 3. Example: 2, 3, 4, 6, 8, 9..... .......

Fig: 1