To correctly display the variable var
, which contains the value 1
, to the console, you should use the following line of code:
print(var)
This will output the value of the variable var
(which is 1
) to the console.
1 answer
To correctly display the variable var
, which contains the value 1
, to the console, you should use the following line of code:
print(var)
This will output the value of the variable var
(which is 1
) to the console.