>>> hello = "Hello, World" >>> print(hello[1]) e >>> print(hello[-1]) d
Get the character at position 1 or last