ENH: Enhanced the problem set building on the image handing and arrays.
Illustrated dtypes, casting and their importance along with an example
using RGBA images. Also introduce edge detection.
n = input('How many lines? ')for i in range(1, n + 1): for j in range(i): print i, print