Question: Using Python 2.7 Define a function get_int_in_range that takes in a minimum integer and a maximum integer as arguments. The function should use raw_input to
Using Python 2.7
Define a function get_int_in_range that takes in a minimum integer and a maximum integer as arguments. The function should use raw_input to prompt the user for a number between the minimum and maximum and convert the user's input into an integer.
If user's number is below the minimum: return the minimum value. If user's number is above the maximum: return the maximum value. Otherwise, return the user's number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
