Exercise: Implement function to repeate a string



repeat("abc_", 3)  returns abc_abc_abc_

Make sure we can accept any integer.