Btecky
Btecky copied to clipboard
[feat] : Even Number
Write a Python function is_even(num) that takes an integer num as input and returns True if the number is even, and False otherwise.