Btecky icon indicating copy to clipboard operation
Btecky copied to clipboard

[feat] : Even Number

Open Parvezkhan0 opened this issue 1 year ago • 7 comments

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.

Parvezkhan0 avatar Oct 07 '23 05:10 Parvezkhan0