Let's learn about Variables! Think of a variable like a box where you can store something, like a number.
Our treasure chest has a 'coin count' box. Clicking the buttons changes the number in the box!
This is like using coins = coins + 1 or coins = coins - 1 in Python to change the value stored in the coins variable.