
randint(a, b) returns random number between a and b, but be careful: b is inclusive if random.randint is used, but exclusive if np.random.randint is used
Thanks, @PetraVidnerova!
Do you have a #python_tip? Share it with us: bit.ly/pythontip
English
