Assign a value to a variable

Here, we declare the variable num. But it does not have a value yet. Assign a value to it and run the code.
num =
print(num)
Python
Setting up Python environment...
Output