Create a function that takes a number (from 1 - 60) and returns a corresponding string of hyphens.
string
Go(1) ➞ "-" Go(5) ➞ "-----" Go(3) ➞ "---"