Fix variable syntax mistake

Same as before, we want to print the value of the variable we have created. But, there's an issue with the syntax. Fix the code and run it.
nu:m = 5 print(nu:m)
Python
Setting up Python environment...
Output