While we can't perform arithmetic on a string, we can use the * operator to repeat it.
Sweet! Multiplying a string with an int-type number repeats it the given number of times.
Didn't we say that we can't mix types before converting them with str()?