#This is the file twoSounds.py for Q3 of A2.
#You may insert lines as needed and sizes of gaps do
#not indicate anything about the length of the portion
#of the question. Do not delete comments.
#Begin your specification here

#End your specification here
def twoSounds(sound1,sound2): #do not change this line
    #Write your code for 3b here
  
    #End your code for 3b here
    #3c)Construct the sound you will eventually return
  
    #3c)Copy the appropriate portion of a sound over.
  
    #End your code for 3c here.
    #3d) Build the new values
  
    #End your code for 3d here.
    #3e) Reverse the remainder of the larger sounds
  
    #End your function here.
#Insert any helper functions below this block of comments.
#I strongly advise using helper functions for this question.
#You may copy them from material on the course website.

