fork download
  1. x="Apple"
  2. y="Banana"
  3. print(x[1]+y[2],end="-")
Success #stdin #stdout 0.13s 14176KB
stdin
Standard input is empty
stdout
pn-