Create a function that returns the string "Burp" with the amount of "r's" determined by the input parameters of the function.
LongBurp(3) ➞ "Burrrp" LongBurp(5) ➞ "Burrrrrp" LongBurp(9) ➞ "Burrrrrrrrrp"
num
return