Obtenez la nth de caractère de String Python

string = "hello world"
print string[4]
//o
Joyous Jay