fork download
  1. from __future__ import print_function
  2.  
  3. for x in range (0, 3):
  4. print("lol", end="")
Success #stdin #stdout 0.01s 9024KB
stdin
Standard input is empty
stdout
lollollol