In Python, storing information is easy; in fact, we did it a minute ago.

Instead of telling the computer to remember a value "as something", we write down a label and use the = sign to assign something to it.

See that? The print statement displays the value of anything you put in the parentheses.

Shouldn't we use a sign that indicates we want something to equal something else?