Problem
1. Write a function to add j seconds of silence after k seconds of playback of a sound. It should take the sound, and integers j and k as input, create the new empty sound, and return the target sound as described.
2. Write a function repeater K that takes a sound and an integer k as input, and returns the sound repeated k times.