str1 = 'Hello World!'
str2 = 'Hello Nowcoder!'
print(str1, str2, sep=("\n"))