CS 111 - 4/11/17 Final Exam: Monday 5/1/17 at 10:30am list1 = [0, 1, 2, 3, 4] z = 0 for i in range (0, 5, 1): x = list1[i] z = z + x ================================ Change Volume: multiply the amplitude value by some number Combine sounds to play together: add the amplitude values Join two sounds so one plays first, then the second plays - the sound version of make Collage from pictures Make Sound Byte - create a "subsection" from another sound - the sound version of the crop code from pictures