Write a script with \n that will display phrases in different lines. For example, for 'Hi!' and 'Hey!' the output should be the following:
Hi!
Hey!Write a script with \n that will display phrases in different lines. For example, for 'Hi!' and 'Hey!' the output should be the following:
Hi!
Hey!Sample Input 1:
Sample Output 1:
Hi!
Hey!Create a free account to access the full topic