def check(a): print("Even" if a % 2 == 0 else "Odd") check(12)
Not registered? Create an account
Forgot Password?
Already a registered user? Login