Var s k integer begin s 100. Write a function that accepts an integer n and a string s as parameters, and returns a string of s repeated exactly n times. py.