You are referencing scisors as a variable, when it isn't defined in the code. Instead put scisors in quotations ie if answer == "scisors": the same goes for paper and rock.
if answer == "scisors":