how to access first element of string in python code example Example: python get first character of string string = 'This is a string' print(string[0]) #output: 'T'