fork download
  1. # your code goes here
  2. x = "hello world"
  3. for i in (0,11,1):
  4. print(x)
Success #stdin #stdout 0.03s 9632KB
stdin
Standard input is empty
stdout
hello world
hello world
hello world