You can access a character of a string 'str' at position 'index' by writing str[index].

Use index operator to get "P" from "python".