def pickAndPlay():
  myfile = pickAFile()
  mysound = makeSound(myfile)
  play(mysound)

