Fantasy Quest doesn't have any way for players to know if they are strong enough to hold their own against certain enemies.
On line 4 write an if/elif/else block. Using the rules specified above, set advantage, disadvantage, or evenly_matched to True depending on the values of player_power and enemy_defense.
For example, if the player's power is greater than the enemy's defense, advantage should be set to True. etc.