string kali python

>>> os = "our string " >>> os * 5 'our string our string our string our string our string ' 
Enchanting Elephant