Question: Python 3 is what it would be coded in. Thanks Develop an algorithm to accept two non-negative numbers and return true if they are both

Python 3 is what it would be coded in. Thanks
Develop an algorithm to accept two non-negative numbers and return true if they are both divisible by three (3). Remember that the "mod" operator computes remainders, so 153 is zero (0) Example test scenarios: Scenario 1: x = 17, y = 18 algorithm should print False Scenario 2: x=81, y = 18 algorithm should print True NOTE: Type your algorithm in your Word document
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
