Even Number Check

Write a Python code that takes an integer `number` as input and returns "Even" if the number is even, and "Odd" if the number is odd.
4
Total : 0 Discussion
Login