fork download
  1. x = 4
  2. if x==5:
  3. print ("Hello")
  4.  
  5. elif x == 4:
  6. print ("2")
Success #stdin #stdout 0.02s 9116KB
stdin
Standard input is empty
stdout
2