is_learning = True while is_learning: print("You're learning") is_learning = input("Are you still learning? ") == "yes"