def pickAndShow(): file = pickAFile() mypicture = makePicture(file) show(mypicture)