PYTHON PROGRAMMING
1) Request an integer value from the console.2) Use the following logic: print 'Key value' if the input is an odd number and greater than 574. print 'New value' if the input is not in the specified range above.3) Use except to print 'ERROR' if the input is invalid data such as letters or symbols.
Example output(if the input is abc)Enter an odd number and greater than 574: abcERROR
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here