When I  use the function random.randrange(x,y) I never get the upper limit y in the list.  I've tried the range 1,3 and never get 3.  If I choose 1,4 I get 3 but never 4.  Is the upperlimit actually <y instead of <=y?
<br><br><br>