p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
First Steps
Get value of variable I
Get value of variable I
In this exercise we create a variable and try to print it. But, there's a small error. Fix the code and run it.
reset
tax rate = 0.3 print(tax rate)
Python
Setting up Python environment...
Output