p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
First Steps
Get value of variable II
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.
reset
price = 5
print(PRICE)
Python
Setting up Python environment...
Output