fork(3) download
  1. # your code goes here
  2. print("hello{name},{greeting}". format(name="ravi", greeting= "good morning"))
Success #stdin #stdout 0.04s 9296KB
stdin
Standard input is empty
stdout
helloravi,good morning