Skip to content

Commit e7b48b5

Browse files
authored
Update solution.hide.py
1 parent 49dbbc5 commit e7b48b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ✅ ↓ your code here ↓ ✅
22

33
color = "red"
4-
print(color)
4+
item = "marker"
5+
print(color, item)

0 commit comments

Comments
 (0)