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.
tax rate = 0.3 print(tax rate)
Python
Setting up Python environment...
Output