Write a function connect_dashes(str0, str1, n) that receives two strings and a non-negative integer and returns the concatenation of the strings, with n dashes ’-’ between them.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.