fork(2) download
  1. x=10
  2. y=5
  3. print(x+y)
  4.  
  5. title = "python & ruby"
  6. print("Title is "+title)
Success #stdin #stdout 0.03s 8688KB
stdin
Standard input is empty
stdout
15
Title is python & ruby