I'm trying too use a song lyric as an user input and after every verse comes a new line. Python recognizes a new line as an "ENTER" and will just deals with the first verse. How can I input the hole lyrics in a single input with the linebreaks?
user_input = input('Input song lyrics: ')
input: We're no strangers to love You know the rules and so do I A full commitment's what I'm thinking of You wouldn't get this from any other guy
print (user_input)
output: We're no strangers to love