import sys

str = "Hello World!"
str2 = 'Hello Nowcoder!'
print(str)
print(str2)