Assign new value to a variable

In this exercise the variable with value 5. Reassign the variable with the number 10 and run the code.
num = 5
print(num)
Python
Setting up Python environment...
Output