def spam_with_questions(question) -> str: while True: answer = input(question).lower() if answer == 'stopp': break