Addition of Two Numbers#
For the experiment, change the type of the variable a1 to a number and remove the quotes from the value of the variable.

Do not change anything else in the script. Run the script and see the result:

Thus, by changing the type of the variable and the initial value, we obtain the result of the calculation of the numerical expression (the addition of two numbers – the values of the variables a1 and a2).