10 points write a python program that prints all the numbers between 1
Search for question
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..... .......