Here, 3 codes are true to tell you the sixth letter of the strings.
print('her method'[5])
print('my chapter'[5])
print('our bottle'[5])