fork download
  1. print(555)
  2. print("01"*3)
Success #stdin #stdout 0.07s 14008KB
stdin
Standard input is empty
stdout
555
010101