Change Contents of the Bubble
Welcome to CS1315. Click on the python to add comments.

This page removed for FERPA compliance
View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

handy test function

def test():
  pic = makePicture(pickAFile())
  show(pic)
  sepia(pic) # JREMOVEDt an example. If you wanted to test posterize (for example), you would replace this call to sepia() with a call to posterize().
  repaint(pic)



Link to this Page