Good programmer

Report a typo

You are really good at what you do (programming), so your colleague has decided to congratulate you on the completed project with a message You are the best programmer!. But how can they do that?

Write the code that prints this message using an escape sequence so that each word of the sentence would be on a new line.

You don't need to read from the input.

Sample Input 1:

Sample Output 1:

You
are
the
best
programmer!
Write a program in Python 3





___

Create a free account to access the full topic