python3 why does my function print a string twice code example
Example: string times python
>>> os = "our string " >>> os * 5 'our string our string our string our string our string '
>>> os = "our string " >>> os * 5 'our string our string our string our string our string '