Skip to content

Commit 9220044

Browse files
authored
Update README.md
1 parent a9c1683 commit 9220044

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

exercises/02-Declare-Variables/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ In this example, `name` is the variable, acting like a box to store the value `"
1818

1919
2. Then, print its value on the console using `print(name)`.
2020

21-
## 💡 Hint:
21+
## 💡 Hints:
2222

2323
+ The name of the variable can be whatever you want, but the value inside has to be the string "Yellow".
24-
+ If you need further explanation on what **strings** are and how they work in python, you can watch this clip: https://youtube.com/clip/UgkxyQ_JLmgSUL4l25c8Ly7cCRvk1Gm-EchU (`ctrl + click` on the link to open the video)
24+
25+
+ If you need further explanation on what **strings** are and how they work in Python, you can watch this clip: https://youtube.com/clip/UgkxyQ_JLmgSUL4l25c8Ly7cCRvk1Gm-EchU (`ctrl + click` on the link to open the video)

0 commit comments

Comments
 (0)