- 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 38 times
Compulsory Task 4 Follow these steps: • Create a new Python file in this folder called task4.py. Create a program that a
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Compulsory Task 4 Follow these steps: • Create a new Python file in this folder called task4.py. Create a program that a
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.