fork download
  1. txt="a b c d e"
  2. print(txt[2]+txt[5]+txt[8])
Success #stdin #stdout 0.06s 14132KB
stdin
Standard input is empty
stdout
b e