aStr = "This is a string"
print aStr[0] #print T
print aStr[3] #print s

Figure 1