1 -> Bob 2 -> Joe 3 -> Sunny 4 -> Hannah #### my %race_results = ( first => 'Bob' second => 'Joe', third => 'Sunny', fourth => 'Hannah', );