Implement the following:1)Request a floating value from the console from 1 to 100 inclusive.2) Use the following logic: print'Valid' if the input is between 1 and 100 inclusive. print 'Out of range' if the input is not in the specified range above.3) Useexcept to print'Invalid' if the input is invalid data such as letters or symbols.Input text can beanycontent. Just make sure to precisely match the outputformat below.Write your code in theANSWER area provided below (must includecomments if using code is not covered in the course).Example output(if the input is 99.99)Enter a number (1-100): 99.99Valid
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here