Skip to content

Files

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
tutorial

18 The Beatles

Who does not like The Beatles?

A BBC study has proved that 90% of kids don't know the band... so sad. :(

This is the chorus of one of the most famous Beatles songs:

Let it be, let it be, let it be, let it be,

Whisper words of wisdom,

Let it be

📝 Instructions:

  1. Create a function called sing() that prints on the console the lyrics that you can hear from 3:21 sec to the end of the song at 3:50 sec https://www.youtube.com/watch?v=QDYfEBY9NM4

  2. Call your function at the end.

💻 Expected output:

let it be,
let it be,
let it be,
let it be,
there will be an answer,
let it be,
let it be,
let it be,
let it be,
let it be,
whisper words of wisdom, let it be

💡 Hints: