fork download
  1. # your code goes here
  2. txt="a b c d e"
  3. print(txt[2]+txt[5]+txt[8])
Success #stdin #stdout 0.09s 14120KB
stdin
Standard input is empty
stdout
b e