variable1 = "" while variable1 != "a" and variable1 != "b": variable1 = input ("Enter variable1: ") print("Succes")