Page 1 of 1

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
by answerhappygod
Compulsory Task 4 Follow These Steps Create A New Python File In This Folder Called Task4 Py Create A Program That A 1
Compulsory Task 4 Follow These Steps Create A New Python File In This Folder Called Task4 Py Create A Program That A 1 (38.66 KiB) Viewed 39 times
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.