fork download
  1. print (5)
  2. print ("hello")
  3.  
  4. # your code goes here
Success #stdin #stdout 0.01s 7164KB
stdin
Standard input is empty
stdout
5
hello