fork download
  1. import time
  2.  
  3. print("O")
  4. time.sleep(0.3)
  5. print("I")
Success #stdin #stdout 0.02s 7280KB
stdin
Standard input is empty
stdout
O
I