How do you show a stored value on screen?
What does score = 0 do?
In score = 0, the value on the right is stored in the name on the left.
Circle one: True False
Which name says what the value means?
After score = 0 then score = 5, what does score hold?
Which line stores text correctly?
Writing player = GrayFox with no quotes stores the text GrayFox.
Circle one: True False
Mia runs score = 0, then score = 5, then prints score. A friend says 0 prints. What is wrong?