while True: marco = input("Marco? ") if marco == "Polo": print("Hello there!") break else: marco = input("Marco? ")