Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Is Even

Write a function is_even(n) that returns True if n is even, False if odd.

Read a number and print the result.

Example 1: Input 4 → Output True Example 2: Input 7 → Output False

💡 Hints

?Hint 1
🔒Hint 2
🔒Hint 3
python