We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dbbc5 commit e7b48b5Copy full SHA for e7b48b5
exercises/03-Print-Variables-In-The-Console/solution.hide.py
@@ -1,4 +1,5 @@
1
# ✅ ↓ your code here ↓ ✅
2
3
color = "red"
4
-print(color)
+item = "marker"
5
+print(color, item)
0 commit comments