| about | help | code help+videos | done | prefs | 
| Write a function between(number, low, high) that returns True if number is in the interval [low,high] (between (or equal to) low and high), and False otherwise. between(3, 1, 6) → True between(2, 2, 2) → True between(5, 2, 4) → False ...Save, Compile, Run (ctrl-enter) | 
Progress graphs: 
 Your progress graph for this problem
 Random user progress graph for this problem 
 Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy