Intuitive Python: typo (page 38)

>>> program_info_a[0]
'3.9.2'

should be
program_info_a[2]