Question: Python Provide if-else statement that will check whether a number is divisible by 3 but not divisible by 2. For example, if the number is
Python
Provide if-else statement that will check whether a number is divisible by 3 but not divisible by 2. For example, if the number is 6 your if-else statement should print No. If the number is 9 it should print Yes. no loop needed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
