str1,"\n",str2 为什么不行 ,str2前面好像出现了空格??

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