Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Change this:

a = np.arange(10, dtype=np.uint8)

to

a = np.arange(0, 10, dtype=np.uint8)