Welcome to CS1315. Click on the python to add comments.
This page removed for FERPA compliance
pickAFile
def pickAndShow(): filename = pickAFile() picture = makePicture(filename) show(picture)