n=int.input() while n>0: print("Hello! You're new here, right? It's nice to meet you.") n-=1