...

/

Challenge 1: Check Divisibility by 3 and 4

Challenge 1: Check Divisibility by 3 and 4

This lesson will test your knowledge of functions through a challenge.

Problem Statement

Write a function test_divisibility_by_3_4 which will check whether a given integer number is divisible by 3 or 4.

  • If the number is divisible by both
...