print n times

32

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

Comments

Submit
0 Comments