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
This lesson will test your knowledge of functions through a challenge.
Write a function test_divisibility_by_3_4
which will check whether a given integer number is divisible by 3 or 4
.