What is the difference between the following codes?
code1:
var=2**2*3
code2:
var2
2**2 = 2 power-of 2
2*2 = 2 times 2