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?
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to