At 5 mins 36 secs into the video, Andrew presents this expression in Python using Numpy;
x = np.array([[0.0,...245,...240...0]])
which results in PyCharm displaying red squiggly lines.
This is incorrect syntax for creating an array using the Numpy module.
I would like to propose that it is corrected to avoid present and future students getting confused and perplexed.
Its simply not clear what this code does. Is it a 2-dimensional numpy array of 256 integer values, each representing a gray scale color value in the range 0 to 255? Or is it the 64 integer values from the image of the digit handwriting sample?