N = int(input("Please input number")) for _ in range(N): print("Hello! You're new here, right? It's nice to meet you.")