Python Program for Even or odd Number is based on remainder.If number divisible by 2 ,remainder 0 the number is Even otherwise the number is odd.
Input: Enter a number:10
Output: Given number is Even