Run
name = 'Oliver' ch = name[4] print(f'name[4] = {ch}')
Output