fork download
  1. for i in 'hello world':
  2. if i == 'o':
  3. break
  4. print(i* 2, end='')
Success #stdin #stdout 0.11s 14144KB
stdin
Standard input is empty
stdout
hheellll