First time here? Check out the FAQ!
answered 2018-11-13 07:02:05 -0600
Change this:
a = np.arange(10, dtype=np.uint8)
to
a = np.arange(0, 10, dtype=np.uint8)