Home Schedule

Lab 13: Nevermore (10 pts)

Setup

  1. Locate your "CS102" folder
  2. Download lab13.zip
  3. Extract the content of the zip file to lab13 in your CS102 folder
  4. Open "lab13.py" with Thonny
  5. READ THE COMMENTS

Now that we are writing functions, make sure your work today (and all future assignments) follows our class Python style guidelines and you include function comments. Be careful of your indentation!

Assignment

For this assignment you will be reversing the order of all of the words in a provided audio excerpt. This is NOT the same as the example in class of reversing the entire audio file (speaking backwards). Instead you will reorder the words in the sentence so they are spoken in reverse order.

Requirements

Lab Submission

For this lab you will upload your lab13.py code file.