fork download
  1. print("hoge")
  2.  
  3. if True:
  4. print("fuga")
  5. else:
  6. print("moge")
Success #stdin #stdout 0.02s 28384KB
stdin
Standard input is empty
stdout
hoge
fuga