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