Negative numbers in Python work the way you probably expect. Just add a minus sign:
my_negative_num = -420
When our hero walks through poison, their health should go down. Right now the hero is gaining 10 health instead of losing 10 health.
Change the poison_damage variable to be negative.