str1 = 'Hello World!'
str2 = 'Hello Nowcoder!'
print(str1+'\n'+str2)