fork download
  1. n = 5
  2. for i in range(n):
  3. print("x" * n)
Success #stdin #stdout 0.02s 28504KB
stdin
Standard input is empty
stdout
xxxxx
xxxxx
xxxxx
xxxxx
xxxxx