Python Thermostat

Your goal is write a program that runs a thermostat.  Your program will ask the following questions:
-What temperature is it now?
-What temperature do you want?
-Do you want to change the temperature again?

You will use the following Python commands:
-greater than and less than symbols > <
-variables
-if/elif/else
-while

Click here to turn in your assignments after you post them to trinket.io

The output will depend on if the user wants the temperature to go up or down.  Here is sample output: