Exerpad
Exercise 3 · Chapter: VariablesRequired+50 XP

Fix the Variable

The code below should print a color, but there's a bug. Find and fix it!

Expected output
green
Need a hint?
3 available · costs 5 XP each
python
color = "green"
print(colour)
Output
Run your code to see the output here.