Using the input file of integers namedrandomNumbers.txt found in Module 6, write aPythonprogram that will read this input file and display the numbers that fall below an input value given by the user.
In addition to the above, be sure your code handles the following exceptions:
Be sure to:
An Example (the output values are not accurate but are provided to show an example of output format)
If the input file contained the following values:
9966158820772-445544025
The output would look something like this:
Output Lower Values
Enter the maximum value to be returned: 22
15202-440
End of results
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here