Write a function point_in_range(range_start, range_end, point), which returns True if point is inside the range specified. It should return False otherwise.
point_in_range(range_start, range_end, point)