Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Even or Odd

Read a number from the user. Print Even if it's even, or Odd if it's odd.

Hint: A number is even if number % 2 == 0.

Example 1: Input 4 → Output Even Example 2: Input 7 → Output Odd

💡 Hints

?Hint 1
🔒Hint 2
🔒Hint 3
python