Here are some basic rules with if/else blocks.
elif or an else without an ifelse without an elifComplete the check_high_score function. If the player_name matches the high score name, return the string:
high
Otherwise, if it's the low scorer, return the string:
low
Otherwise, return the string:
neither