Get value of variable II

In this exercise we try to print the value of the variable price. But, there's a small error. Fix the code and run it.
price = 5
print(PRICE)
Python
Setting up Python environment...
Output