Skip to content

Commit d681ed4

Browse files
authored
Update README.md
1 parent 9f51e09 commit d681ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/18-The-Beatles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ whisper words of wisdom, let it be
4040

4141
+ The words "let it be" repeat all the time, you should probably create a loop for that.
4242

43-
+ To make a line jump in a string you must insert the following characters inside of your string `\n`. For example, `"let it be,\n"`. Now when you print your string in the console you will visualize it better if you need to.
43+
+ To make a line jump in a string, you must insert the following characters inside your string `\n`. For example, `"let it be,\n"`. Now when you print your string in the console, you will visualize it better if you need to.
4444

4545
+ If you need a refresher on loops and conditionals, check out this awesome resource: https://docs.python.org/3/tutorial/controlflow.html

0 commit comments

Comments
 (0)