Hi Crist,
Your assign should look like this:

There is no need to put the name of the variable followed by equal sign.
Also, if you let the value as 0, nothing will appear, as your Input type is number, and it understand 0 value is null.
If you want the 0 to appear, maybe you can try to change the input type to text.
Cheers and Regards