how to Write a function that checks whether a number is in a given range (inclusive of high and low) code example
Example: python check if number is in range
if 10000 <= number <= 30000:
pass
if 10000 <= number <= 30000:
pass