fork download
  1. for _ in range(1,3):
  2. print 'Hi ' * 5, 'there ' * 2 * (-1+_)
  3. print 'I now', 'go ' * 3
  4.  
Success #stdin #stdout 0.02s 4676KB
stdin
Standard input is empty
stdout
Hi Hi Hi Hi Hi  
Hi Hi Hi Hi Hi  there there 
I now go go go