The term "within bounds" means a number is considered equal or greater than a lower bound and lesser (but not equal) to an upper bound, (see example #2).
Bounds will be always given as integers.
python3
Loading editor…
⌘↵ to run
Walks through the solution with reasoning and edge cases.