p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
First Steps
Fix variable syntax mistake
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.
reset
nu:m = 5 print(nu:m)
Python
Setting up Python environment...
Output