To convert the integers into strings, we can use the str() method.
The * operator is perfect for replicating the value of a string a certain number of times.
Two strings can easily be concatenated using the + operator.
Finally, all of this is returned from the function using the return statement.