So now that you’ve stored some value into a variable, you might be wondering, how is it different from a literal? Don’t worry because just like the name suggests, you can change the value you’ve stored into the variable at any time you like. Let’s see how to do that in the next video.
So you just saw how to change the values of variables. That was quite interesting and bit mind-bending right, especially the x = x + 1 part. This is called manipulating variables. Don’t worry for you’ll get used to it.