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