Skip to content

Commit 9f51e09

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/18-The-Beatles/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +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.
44+
4345
+ 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)