Compulsory Task 4 Follow these steps: • Create a new Python file in this folder called task4.py. Create a program that a
Posted: Mon Jun 06, 2022 1:10 pm
Compulsory Task 4 Follow these steps: • Create a new Python file in this folder called task4.py. Create a program that asks the user to enter an integer and determine if it is: o divisible by 2 and 5, o divisible by 2 or 5, O not divisible by 2 or 5 • Display your result.