fork download
  1. # your code goes here
  2. mystring = 'Hello World'
  3.  
  4. print(mystring[-3])
Success #stdin #stdout 0.02s 9188KB
stdin
Standard input is empty
stdout
r