You can find some helpful code from Session 4 here.
Variables
We can use variables to store a piece of data in our computer's memory. In this example, the computer is storing the answer that the user inputs into the 'answer' variable, to check it against what the correct answer is.