fork(4) download
  1. str = 'StackOverflow'
  2. print ((str[:13] + ' ') * 5)
  3.  
  4. #https://pt.stackoverflow.com/q/80529/101
Success #stdin #stdout 0.02s 9048KB
stdin
Standard input is empty
stdout
StackOverflow StackOverflow StackOverflow StackOverflow StackOverflow